mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 07:54:19 +00:00
fix(skill): remove auto activation setting
This commit is contained in:
@@ -1269,7 +1269,6 @@ export class BackendClient extends BaseHttpClient {
|
||||
display_name?: string;
|
||||
description: string;
|
||||
instructions: string;
|
||||
auto_activate?: boolean;
|
||||
}> {
|
||||
return this.get('/api/v1/skills/scan', { path });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user