mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
add icon return for tool node in workflow event stream
This commit is contained in:
@ -229,6 +229,7 @@ class NodeStartStreamResponse(StreamResponse):
|
||||
predecessor_node_id: Optional[str] = None
|
||||
inputs: Optional[dict] = None
|
||||
created_at: int
|
||||
extras: dict = {}
|
||||
|
||||
event: StreamEvent = StreamEvent.NODE_STARTED
|
||||
workflow_run_id: str
|
||||
|
||||
Reference in New Issue
Block a user