langchain.js
    Preparing search index...

    Interface XAIResponsesDebugOutput

    Debug output information (when available).

    interface XAIResponsesDebugOutput {
        model_info?: Record<string, unknown>;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Additional debug data.

    Index

    Properties

    Properties

    model_info?: Record<string, unknown>

    Debug model information.