Skip to content

Commit

Permalink
docs(helpers): fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie authored and stainless-app[bot] committed Jan 24, 2025
1 parent 9bfb778 commit 654a2ac
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 @@ -226,7 +226,7 @@ on in the documentation page [Message](https://platform.openai.com/docs/api-refe

```ts
.on('textCreated', (content: Text) => ...)
.on('textDelta', (delta: RunStepDelta, snapshot: Text) => ...)
.on('textDelta', (delta: TextDelta, snapshot: Text) => ...)
.on('textDone', (content: Text, snapshot: Message) => ...)
```

Expand Down

0 comments on commit 654a2ac

Please sign in to comment.