We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0c05b commit 1deba71Copy full SHA for 1deba71
1 file changed
helpers.md
@@ -510,9 +510,9 @@ The polling methods are:
510
client.beta.threads.create_and_run_poll(...)
511
client.beta.threads.runs.create_and_poll(...)
512
client.beta.threads.runs.submit_tool_outputs_and_poll(...)
513
-client.beta.vector_stores.files.upload_and_poll(...)
514
-client.beta.vector_stores.files.create_and_poll(...)
515
-client.beta.vector_stores.file_batches.create_and_poll(...)
516
-client.beta.vector_stores.file_batches.upload_and_poll(...)
+client.vector_stores.files.upload_and_poll(...)
+client.vector_stores.files.create_and_poll(...)
+client.vector_stores.file_batches.create_and_poll(...)
+client.vector_stores.file_batches.upload_and_poll(...)
517
client.videos.create_and_poll(...)
518
```
0 commit comments