mimiq
    Preparing search index...

    Interface ToolAction

    interface ToolAction {
        args: JsonObject;
        kind: "tool";
        toolName: string;
    }
    Index

    Properties

    Properties

    kind: "tool"
    toolName: string