fix(workflow): fix incorrect fields in streaming API output
This commit is contained in:
@@ -249,6 +249,7 @@ async def chat(
|
|||||||
app_id=app.id,
|
app_id=app.id,
|
||||||
workspace_id=workspace_id,
|
workspace_id=workspace_id,
|
||||||
release_id=app.current_release.id,
|
release_id=app.current_release.id,
|
||||||
|
public=True
|
||||||
):
|
):
|
||||||
event_type = event.get("event", "message")
|
event_type = event.get("event", "message")
|
||||||
event_data = event.get("data", {})
|
event_data = event.get("data", {})
|
||||||
|
|||||||
Reference in New Issue
Block a user