langchain.js
    Preparing search index...

    Type Alias MessageChunkUnion

    MessageChunkUnion:
        | typeof HumanMessageChunk
        | typeof AIMessageChunk
        | typeof SystemMessageChunk
        | typeof FunctionMessageChunk
        | typeof ToolMessageChunk
        | typeof ChatMessageChunk
        | typeof RemoveMessage