Member Junction
    Preparing search index...

    One tool call a scripted vendor response should report.

    interface ScriptedToolCall {
        Arguments: Record<string, unknown>;
        Id: string;
        Name: string;
    }
    Index

    Properties

    Properties

    Arguments: Record<string, unknown>

    Arguments as a structured object; the mock renders them in its own wire format.

    Id: string

    Provider call id. Drivers that synthesize ids (Gemini) may ignore this.

    Name: string

    Tool name — matches a declared ChatTool.name.