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