Mayson Monorepo Documentation
    Preparing search index...

    Interface ToolCall

    Tool call from the LLM

    interface ToolCall {
        id: string;
        name: string;
        args: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    id: string

    Unique ID for this tool call

    name: string

    Tool name

    args: Record<string, unknown>

    Parsed arguments