Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Type Alias StreamedChatResponse

    StreamedChatResponse:
        | MessageStartChunk
        | ContentChunk
        | CitationChunk
        | MessageEndChunk

    A discriminated union representing a chunked response in a streamed chat. This can be one of several chunk types: MessageStartChunk, ContentChunk, CitationChunk, or MessageEndChunk. These represent the objects that will be streamed as a part of the assistant't response.