mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-12 19:55:19 +02:00
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:
parent
05a2034d27
commit
4ca4840716
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue