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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -248,7 +248,8 @@ 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
  }
253
  )
254
 
 
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