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 71950f6 commit 1847673Copy full SHA for 1847673
src/resources/responses/responses.ts
@@ -128,7 +128,7 @@ export class Responses extends APIResource {
128
}
129
130
/**
131
- * Creates a chat completion stream
+ * Creates a model response stream
132
*/
133
stream<Params extends ResponseStreamParams, ParsedT = ExtractParsedContentFromParams<Params>>(
134
body: Params,
0 commit comments