bstraehle commited on
Commit
c4491df
·
verified ·
1 Parent(s): 789cdee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ def chat(message, history):
241
  #tool_outputs=generate_tool_outputs(tool_call_ids, tool_call_results)
242
  tool_outputs={
243
  "tool_call_id": tool_call_ids[0],
244
- "output": tool_call_results[0].to_json()
245
  }
246
  )
247
 
 
241
  #tool_outputs=generate_tool_outputs(tool_call_ids, tool_call_results)
242
  tool_outputs={
243
  "tool_call_id": tool_call_ids[0],
244
+ "output": tool_call_results[0]
245
  }
246
  )
247