Ask a question to get started
Enter to send•Shift+Enter new line
Async generate from a stream.
agenerate_from_stream( stream: AsyncIterator[ChatGenerationChunk], ) -> ChatResult
stream
AsyncIterator[ChatGenerationChunk]
AsyncIterator of ChatGenerationChunk.
ChatGenerationChunk