bstraehle commited on
Commit
830e356
·
verified ·
1 Parent(s): 7c5ed43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(run_steps, client, thread)
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: