We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de94553 commit e1bcfe8Copy full SHA for e1bcfe8
helpers.md
@@ -508,7 +508,7 @@ The polling methods are:
508
```python
509
client.beta.threads.create_and_run_poll(...)
510
client.beta.threads.runs.create_and_poll(...)
511
-client.beta.threads.runs.submit_tool_ouptputs_and_poll(...)
+client.beta.threads.runs.submit_tool_outputs_and_poll(...)
512
client.beta.vector_stores.files.upload_and_poll(...)
513
client.beta.vector_stores.files.create_and_poll(...)
514
client.beta.vector_stores.file_batches.create_and_poll(...)
0 commit comments