bstraehle commited on
Commit
ee9f7f7
1 Parent(s): ce26b90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -95,6 +95,7 @@ def create_run(client, assistant, thread):
95
  run = client.beta.threads.runs.create(
96
  assistant_id=assistant.id,
97
  thread_id=thread.id,
 
98
  )
99
 
100
  show_json("run", run)
 
95
  run = client.beta.threads.runs.create(
96
  assistant_id=assistant.id,
97
  thread_id=thread.id,
98
+ parallel_tool_calls=False,
99
  )
100
 
101
  show_json("run", run)