Skip to main content

SlashCommand

interface
interface SlashCommand<TId extends string>

Import

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'