dify/web/app/components/workflow/nodes/human-input
2025-12-26 12:55:46 +08:00
..
components refactor: enhance Markdown component and update FormContentPreview props 2025-12-26 12:55:46 +08:00
default.ts feat: add HumanInput block support with output variable handling and integration 2025-12-25 15:51:19 +08:00
node.tsx feat: enhance HumanInput node by adding a Timeout action and restructuring user action rendering 2025-12-25 16:16:24 +08:00
panel.tsx refactor: enhance Markdown component and update FormContentPreview props 2025-12-26 12:55:46 +08:00
types.ts feat: add HumanInput block support with output variable handling and integration 2025-12-25 15:51:19 +08:00
use-config.ts feat: enhance human input panel with structured output and variable handling improvements 2025-12-25 14:53:19 +08:00
use-form-content.ts Merge branch 'main' into feat/hitl-frontend 2025-12-25 13:43:27 +08:00
use-single-run-form-params.ts Merge branch 'main' into feat/hitl-frontend 2025-12-25 13:43:27 +08:00
utils.ts