Unify TUI slash commands and harden tool inventory responses
This commit is contained in:
@@ -20,6 +20,7 @@ export interface CommandDefinition {
|
||||
|
||||
export interface CommandServices {
|
||||
getStatus?: () => Promise<string> | string;
|
||||
getTools?: () => Promise<string> | string;
|
||||
getUsage?: () => Promise<string> | string;
|
||||
getContext?: () => Promise<string> | string;
|
||||
getModel?: () => Promise<string> | string;
|
||||
|
||||
Reference in New Issue
Block a user