langchain.js
    Preparing search index...

    Interface XAIResponsesFunctionTool

    Function tool definition.

    interface XAIResponsesFunctionTool {
        function: XAIResponsesFunctionToolFunction;
        type: "function";
    }
    Index

    Properties

    Properties

    The function definition.

    type: "function"