bstraehle commited on
Commit
cc7d532
1 Parent(s): 4be994d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -248,8 +248,7 @@ def chat(message, history):
248
  #tool_outputs=generate_tool_outputs(tool_call_ids, tool_call_results)
249
  tool_outputs={
250
  "tool_call_id": tool_call_ids[0],
251
- #"output": tool_call_results[0]
252
- "output": "2024-08-20"
253
  }
254
  )
255
 
 
248
  #tool_outputs=generate_tool_outputs(tool_call_ids, tool_call_results)
249
  tool_outputs={
250
  "tool_call_id": tool_call_ids[0],
251
+ "output": tool_call_results
 
252
  }
253
  )
254