bstraehle commited on
Commit
4408670
1 Parent(s): 229a35e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ def chat(message, history):
277
  tool_outputs=[
278
  {
279
  "tool_call_id": tool_call_ids[0],
280
- "output": tool_call_results[0].to_json()
281
  }
282
  ]
283
  )
 
277
  tool_outputs=[
278
  {
279
  "tool_call_id": tool_call_ids[0],
280
+ "output": tool_call_results[0]
281
  }
282
  ]
283
  )