interface ChatResult {
    generations: ChatGeneration[];
    llmOutput?: Record<string, any>;
}

Properties

generations: ChatGeneration[]
llmOutput?: Record<string, any>

Generated using TypeDoc