diff --git a/types/chat.ts b/types/chat.ts index 93d4fb1c..a5aa453f 100644 --- a/types/chat.ts +++ b/types/chat.ts @@ -689,3 +689,7 @@ export interface ListAvailableModelsResult { models: Model[] selectedModelId?: string } + +export interface ExecuteShellCommandParams { + id: string +}