langchain.js
    Preparing search index...
    interface LLMRun {
        child_execution_order: number;
        end_time?: number;
        error?: string;
        execution_order: number;
        parent_uuid?: string;
        prompts: string[];
        response?: LLMResult;
        serialized: { name: string };
        session_id: number;
        start_time: number;
        type: string;
        uuid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    child_execution_order: number
    end_time?: number
    error?: string
    execution_order: number
    parent_uuid?: string
    prompts: string[]
    response?: LLMResult
    serialized: { name: string }
    session_id: number
    start_time: number
    type: string
    uuid: string