We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0ba40 commit fc019dfCopy full SHA for fc019df
helpers.md
@@ -226,7 +226,7 @@ on in the documentation page [Message](https://platform.openai.com/docs/api-refe
226
227
```ts
228
.on('textCreated', (content: Text) => ...)
229
-.on('textDelta', (delta: RunStepDelta, snapshot: Text) => ...)
+.on('textDelta', (delta: TextDelta, snapshot: Text) => ...)
230
.on('textDone', (content: Text, snapshot: Message) => ...)
231
```
232
0 commit comments