Skip to content

Commit

Permalink
docs(helpers): fix method name typo (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
LazaUK authored Sep 30, 2024
1 parent de94553 commit e1bcfe8
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 e1bcfe8

Please sign in to comment.