mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
add inputs for workflow_started event
This commit is contained in:
@ -179,6 +179,7 @@ class WorkflowStartStreamResponse(StreamResponse):
|
||||
id: str
|
||||
workflow_id: str
|
||||
sequence_number: int
|
||||
inputs: dict
|
||||
created_at: int
|
||||
|
||||
event: StreamEvent = StreamEvent.WORKFLOW_STARTED
|
||||
|
||||
Reference in New Issue
Block a user