langchain.js
    Preparing search index...

    Interface ChatXAICallOptions

    interface ChatXAICallOptions {
        headers?: Record<string, string>;
        tool_choice?: OpenAIToolChoice;
        tools?: any[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    headers?: Record<string, string>
    tool_choice?: OpenAIToolChoice
    tools?: any[]