SimpleSam commited on
Commit
570d937
·
verified ·
1 Parent(s): 841bbc7

Update Manyata_UI.py

Browse files
Files changed (1) hide show
  1. Manyata_UI.py +1 -1
Manyata_UI.py CHANGED
@@ -151,7 +151,7 @@ def stream_to_gradio(
151
  for message in pull_messages_from_step(
152
  step_log,
153
  ):
154
- yield message
155
 
156
  final_answer = step_log # Last log is the run's final_answer
157
  final_answer = handle_agent_output_types(final_answer)
 
151
  for message in pull_messages_from_step(
152
  step_log,
153
  ):
154
+ # yield message
155
 
156
  final_answer = step_log # Last log is the run's final_answer
157
  final_answer = handle_agent_output_types(final_answer)