Interface SkillCommandDispatch

Dispatch specification for skill commands.

interface SkillCommandDispatch {
    kind: "tool";
    toolName: string;
    argMode?: "raw";
}

Properties

kind: "tool"

Dispatch kind (tool invocation)

toolName: string

Name of the tool to invoke

argMode?: "raw"

How to forward user-provided args