SlashCommand
interfaceImport
import { SlashCommand } from '@modular/sdk';Members6
- argumentHintoptional
string- description
string- id
TId- kind
'slash-command'- run
(argument: string | undefined, ctx: SlashCommandContext) => unknown- whenoptional
'agentSession.hasHistory' | 'agentSession.isChild'