bstraehle commited on
Commit
f422c9f
·
verified ·
1 Parent(s): 1812acf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def chat(message, history):
53
  run_steps = get_run_steps(openai_client, thread, run)
54
 
55
  ### TODO
56
- recurse_tool_execution(thread, run, run_steps, 0)
57
  """
58
  tool_call_ids, tool_call_results = execute_tool_calls(run_steps)
59
 
 
53
  run_steps = get_run_steps(openai_client, thread, run)
54
 
55
  ### TODO
56
+ recurse_execute_tool_calls(thread, run, run_steps, 0)
57
  """
58
  tool_call_ids, tool_call_results = execute_tool_calls(run_steps)
59