Skip to main content

Interface: SkillCommandDispatch

Defined in: packages/agentos/src/skills/types.ts:136

Dispatch specification for skill commands.

Properties

argMode?

optional argMode: "raw"

Defined in: packages/agentos/src/skills/types.ts:144

How to forward user-provided args


kind

kind: "tool"

Defined in: packages/agentos/src/skills/types.ts:138

Dispatch kind (tool invocation)


toolName

toolName: string

Defined in: packages/agentos/src/skills/types.ts:141

Name of the tool to invoke