mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
feat(api): add node_title to HumanInputFormFilled events
This commit is contained in:
@ -52,6 +52,7 @@ class PauseRequestedEvent(NodeEventBase):
|
||||
class HumanInputFormFilledEvent(NodeEventBase):
|
||||
"""Event emitted when a human input form is submitted."""
|
||||
|
||||
node_title: str
|
||||
rendered_content: str
|
||||
action_id: str
|
||||
action_text: str
|
||||
|
||||
Reference in New Issue
Block a user