Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/skills / registry / ParsedActivationTrigger
Interface: ParsedActivationTrigger
Defined in: packages/skills/src/registry/index.ts:339
Parsed activation trigger. The registry uses this to discriminate slash-command activations (which override disable-model-invocation: true) from model-emitted auto activations (which honour it).
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
activationKind | readonly | "auto" | "slash-command" | "explicit" | packages/skills/src/registry/index.ts:341 |
args? | readonly | string | packages/skills/src/registry/index.ts:342 |
name | readonly | string | packages/skills/src/registry/index.ts:340 |