Skip to content

Commit cbe7fc8

Browse files
committed
fix: cs fix + openapi
Signed-off-by: kyteinsky <kyteinsky@gmail.com>
1 parent 9f29860 commit cbe7fc8

2 files changed

Lines changed: 754 additions & 2 deletions

File tree

lib/Service/AgentSkillsService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ private function parseMetadataFields(string $frontmatter, string $filePath): arr
182182
* @param string $description short, agent-facing description of when to use this skill
183183
* @param string $content the body of SKILL.md (markdown after the frontmatter)
184184
* @return 'created'|'overwritten' 'created' if a new SKILL.md was written, 'overwritten' if an
185-
* existing one was replaced
185+
* existing one was replaced
186186
* @throws \InvalidArgumentException if the skill name is empty or contains a slash
187187
* @throws NotFoundException if the skills folder cannot be resolved
188188
* @throws NotPermittedException if the skill folder or SKILL.md file cannot be written, or if a
189-
* non-folder node already exists at the target skill path
189+
* non-folder node already exists at the target skill path
190190
* @throws \OC\User\NoUserException if the user does not exist
191191
* @throws \OCP\Files\GenericFileException if writing the SKILL.md file fails
192192
* @throws \OCP\Lock\LockedException if the SKILL.md file is locked

0 commit comments

Comments
 (0)