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