Skip to content

Commit

Permalink
docs(README): link Lifecycle in Polling Helpers section (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
guspan-tanadi authored Jul 30, 2024
1 parent 55c01f4 commit c610c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const run = await openai.beta.threads.runs.createAndPoll(thread.id, {
});
```

More information on the lifecycle of a Run can be found in the [Run Lifecycle Documentation](https://platform.openai.com/docs/assistants/how-it-works/run-lifecycle)
More information on the lifecycle of a Run can be found in the [Run Lifecycle Documentation](https://platform.openai.com/docs/assistants/deep-dive/run-lifecycle)

### Bulk Upload Helpers

Expand Down

0 comments on commit c610c81

Please sign in to comment.