langchain.js
    Preparing search index...

    Interface XAIResponseMetadata

    xAI-specific response metadata that may include usage information.

    interface XAIResponseMetadata {
        usage?: any;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Additional metadata properties.

    Index

    Properties

    Properties

    usage?: any

    Token usage information.