LangGraph.js API Reference
    Preparing search index...

    Default tool call type when no specific tool definitions are provided.

    type DefaultToolCall = {
        args: { [x: string]: any };
        id?: string;
        name: string;
        type?: "tool_call";
    }
    Index

    Properties

    Properties

    args: { [x: string]: any }
    id?: string
    name: string
    type?: "tool_call"