Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ def execute_tool_calls_recursive(client, thread, run, run_steps):
|
|
183 |
|
184 |
run = wait_on_run(client, thread, run)
|
185 |
run_steps = get_run_steps(client, thread, run)
|
186 |
-
execute_tool_calls_recursive(
|
187 |
|
188 |
def chat(message, history):
|
189 |
if not message:
|
|
|
183 |
|
184 |
run = wait_on_run(client, thread, run)
|
185 |
run_steps = get_run_steps(client, thread, run)
|
186 |
+
execute_tool_calls_recursive(client, thread, run, run_steps)
|
187 |
|
188 |
def chat(message, history):
|
189 |
if not message:
|