mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-11 18:40:57 -07:00
Support for Built-in Agent Skills (#16045)
This commit is contained in:
@@ -80,6 +80,10 @@ class ActivateSkillToolInvocation extends BaseToolInvocation<
|
||||
return false;
|
||||
}
|
||||
|
||||
if (skill.isBuiltin) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const folderStructure = await this.getOrFetchFolderStructure(
|
||||
skill.location,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user