mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
WIP: feat(api): add is_resumption to node_started and workflow_started events
This commit is contained in:
@ -15,6 +15,7 @@ class NodeRunStartedEvent(GraphNodeEventBase):
|
||||
predecessor_node_id: str | None = None
|
||||
agent_strategy: AgentNodeStrategyInit | None = None
|
||||
start_at: datetime = Field(..., description="node start time")
|
||||
is_resumption: bool = False
|
||||
|
||||
# FIXME(-LAN-): only for ToolNode
|
||||
provider_type: str = ""
|
||||
|
||||
Reference in New Issue
Block a user