From c49ef479e5dd7ae63f7da298c15b0e798523a4a5 Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 4 Oct 2025 17:50:12 -0400 Subject: [PATCH] fix: Correct indentation and formatting in prompt_catalogue.yaml for better readability - Adjusted indentation for usage notes and descriptions in the resource-list and resource-search tools. - Ensured consistent formatting across command arguments for clarity. --- assets/agent/prompt_catalogue.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/agent/prompt_catalogue.yaml b/assets/agent/prompt_catalogue.yaml index 645c1432..c9b65c05 100644 --- a/assets/agent/prompt_catalogue.yaml +++ b/assets/agent/prompt_catalogue.yaml @@ -36,10 +36,10 @@ commands: tools: - name: resource-list description: "List project-defined resource labels for the requested category." - usage_notes: "Use this whenever you need to reference project-specific labels or IDs from the ROM. Valid categories: dungeon, room, entrance, overworld, sprite, palette, item, tile16, or all." + usage_notes: "Use this whenever you need to reference project-specific labels or IDs from the ROM. Valid categories: dungeon, room, entrance, overworld, sprite, palette, item, tile16, or all." arguments: - name: type - description: "Resource category. Valid values: dungeon, room, entrance, overworld, sprite, palette, item, tile16, all." + description: "Resource category. Valid values: dungeon, room, entrance, overworld, sprite, palette, item, tile16, all." required: true example: dungeon - name: format @@ -48,14 +48,14 @@ tools: example: json - name: resource-search description: "Search resource labels by partial name or ID." - usage_notes: "Use to locate specific rooms, sprites, palettes, entrances, overworld maps, or tile16 entries based on fuzzy text." + usage_notes: "Use to locate specific rooms, sprites, palettes, entrances, overworld maps, or tile16 entries based on fuzzy text." arguments: - name: query description: "Search term to match against labels and IDs." required: true example: soldier - name: type - description: "Optional category filter (dungeon, room, entrance, overworld, sprite, palette, item, tile16, all)." + description: "Optional category filter (dungeon, room, entrance, overworld, sprite, palette, item, tile16, all)." required: false example: sprite - name: format