Spaces:
Running
Running
Update app.py
Browse files
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]
|
281 |
}
|
282 |
]
|
283 |
)
|
|
|
277 |
tool_outputs=[
|
278 |
{
|
279 |
"tool_call_id": tool_call_ids[0],
|
280 |
+
"output": tool_call_results[0]
|
281 |
}
|
282 |
]
|
283 |
)
|