| 1 | export interface SlashCommand { |
| 2 | name: string; |
| 3 | description: string; |
| 4 | } |
| 5 | |
| 6 | export const SLASH_COMMANDS: SlashCommand[] = [ |
| 7 | { name: 'model', description: 'Switch LLM provider and model' }, |
nothing calls this directly
no outgoing calls
no test coverage detected