bstraehle commited on
Commit
62e051d
1 Parent(s): 0e2c552

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ def chat(message, history):
212
  tool_outputs=[
213
  {
214
  "tool_call_id": tool_call_id,
215
- "output": tool_call_result
216
  }
217
  ]
218
  )
 
212
  tool_outputs=[
213
  {
214
  "tool_call_id": tool_call_id,
215
+ "output": tool_call_result.to_json()
216
  }
217
  ]
218
  )