ChatGenerationChunkFields: {
    message: BaseMessageChunk;
    text: string;
    generationInfo?: undefined | Record<string, any>;
}