Skip to content

Commit e1bcfe8

Browse files
authored
docs(helpers): fix method name typo (#1764)
1 parent de94553 commit e1bcfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ The polling methods are:
508508
```python
509509
client.beta.threads.create_and_run_poll(...)
510510
client.beta.threads.runs.create_and_poll(...)
511-
client.beta.threads.runs.submit_tool_ouptputs_and_poll(...)
511+
client.beta.threads.runs.submit_tool_outputs_and_poll(...)
512512
client.beta.vector_stores.files.upload_and_poll(...)
513513
client.beta.vector_stores.files.create_and_poll(...)
514514
client.beta.vector_stores.file_batches.create_and_poll(...)

0 commit comments

Comments
 (0)