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
| Property | Type |
|---|---|
name | string |
description | string |
instructions | string |
allowedTools | string[] |
model | string |
argumentHint | string |
Was this page helpful?