Skip to content

Commit

Permalink
Update workflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubonam authored Jul 29, 2024
1 parent 129ff6c commit 1f8a185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def stream_workflow(
'Content-Type': 'application/json'
}
json = {"input": msg_data, "sessionId": thread_id,
"enableStreaming": True, "stream_token": True}
"enableStreaming": False, "stream_token": False}
if user_email:
json["userEmail"] = user_email
logger.info(f"stream json : {json}")
Expand Down

0 comments on commit 1f8a185

Please sign in to comment.