Skip to content

CommandDefinition

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/plugins/plugin-types.ts

A slash command contributed by a plugin.

Each .md file in a plugin's commands/ directory produces one CommandDefinition. The filename (without extension) becomes the command name.

Properties

PropertyType
namestring
descriptionstring
instructionsstring
allowedToolsstring[]
modelstring
argumentHintstring

Was this page helpful?

Download as PDF