langchain.js
    Preparing search index...
    interface ChatResult {
        generations: ChatGeneration[];
        llmOutput?: Record<string, any>;
    }
    Index

    Properties

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