@reactor/ai — chatcompletionstream
@reactor/ai / ChatCompletionStream
Interface: ChatCompletionStream
Section titled “Interface: ChatCompletionStream”Defined in: index.ts:138
Extends
Section titled “Extends”AsyncIterable<ChatCompletionChunk>
Methods
Section titled “Methods”[asyncIterator]()
Section titled “[asyncIterator]()”[asyncIterator]():
AsyncIterator<ChatCompletionChunk>
Defined in: index.ts:139
Returns
Section titled “Returns”AsyncIterator<ChatCompletionChunk>
Overrides
Section titled “Overrides”AsyncIterable.[asyncIterator]