OpenRouter TypeScript SDK - v1.0.6
    Preparing search index...

    Interface ToolCall

    Function call made by the model

    interface ToolCall {
        id: string;
        type: "function";
        function: { name: string; arguments: string };
    }
    Index

    Properties

    Properties

    id: string
    type: "function"
    function: { name: string; arguments: string }