mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
ca736effd7
* feat(invocation): add FetchAppInvocation and update type hints for improved clarity - Introduced FetchAppInvocation class to handle fetching app data. - Updated type hints in ToolInvokeMessage and related classes to use Mapping for better type safety. - Added FetchApp enum value to InvokeType for consistency in invocation types. * apply ruff