mirror of
https://github.com/langgenius/dify.git
synced 2026-08-07 23:16:41 +08:00
- Removed explicit 'any' types in favor of 'unknown' for better type safety. - Refactored the WorkflowToolConfigureButton component to utilize a custom hook for managing modal state and logic. - Introduced new components for input and output tables to streamline the workflow tool configuration process. - Enhanced the form handling logic with a dedicated hook for managing form state and validation. - Cleaned up unused imports and improved overall code organization. |
||
|---|---|---|
| .. | ||
| use-configure-button.ts | ||
| use-modal-state.ts | ||
| use-workflow-tool-form.ts | ||
| use-workflow-tool.ts | ||