feat(api): add node_title to HumanInputFormFilled events

This commit is contained in:
QuantumGhost
2026-01-06 16:48:31 +08:00
parent fb01b91b06
commit 24362ce59e
10 changed files with 11 additions and 0 deletions

View File

@ -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