unified-llm-client
    Preparing search index...

    Interface CanonicalToolCallPart

    interface CanonicalToolCallPart {
        cacheControl?: CacheControl;
        type: "tool_call";
        args: JsonObject;
        id: string;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cacheControl?: CacheControl
    type: "tool_call"
    id: string
    name: string