Spaces:
Running
Running
Update app.py
Browse files
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]
|
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 |
|