mimiq
    Preparing search index...

    Interface AgentToolCall

    interface AgentToolCall {
        args: JsonObject;
        id?: string;
        name: string;
        result?: JsonValue;
    }
    Index
    id?: string
    name: string
    result?: JsonValue