Skip to content

Commit

Permalink
docs(helpers): fix method name typo (openai#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
LazaUK authored and stainless-app[bot] committed Oct 1, 2024
1 parent 7ae2c8d commit c9cc52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ The polling methods are:
```python
client.beta.threads.create_and_run_poll(...)
client.beta.threads.runs.create_and_poll(...)
client.beta.threads.runs.submit_tool_ouptputs_and_poll(...)
client.beta.threads.runs.submit_tool_outputs_and_poll(...)
client.beta.vector_stores.files.upload_and_poll(...)
client.beta.vector_stores.files.create_and_poll(...)
client.beta.vector_stores.file_batches.create_and_poll(...)
Expand Down

0 comments on commit c9cc52f

Please sign in to comment.