Skip to content

Commit fc019df

Browse files
RobertCraigiestainless-bot
authored andcommitted
docs(helpers): fix type annotation
1 parent 3e0ba40 commit fc019df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: helpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ on in the documentation page [Message](https://platform.openai.com/docs/api-refe
226226

227227
```ts
228228
.on('textCreated', (content: Text) => ...)
229-
.on('textDelta', (delta: RunStepDelta, snapshot: Text) => ...)
229+
.on('textDelta', (delta: TextDelta, snapshot: Text) => ...)
230230
.on('textDone', (content: Text, snapshot: Message) => ...)
231231
```
232232

0 commit comments

Comments
 (0)