Fix merge conflict: remove redundant folder property from create-presentations skill

The skill type definition no longer includes 'folder' since id is used for both
purposes. The create-presentations skill from dev merge still had this property.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
tusharmagar 2026-01-31 18:48:58 +05:30
parent 05a2034d27
commit 4ca4840716

View file

@ -32,7 +32,6 @@ const definitions: SkillDefinition[] = [
{
id: "create-presentations",
title: "Create Presentations",
folder: "create-presentations",
summary: "Create PDF presentations and slide decks from natural language requests using knowledge base context.",
content: createPresentationsSkill,
},