From 0fd7860628cf6dc975e8fbc04fd5119c4e1bfc93 Mon Sep 17 00:00:00 2001 From: Matheus Ferraz Date: Tue, 9 Dec 2025 21:13:21 -0300 Subject: [PATCH] chore(docs): fix tool name typo The suggested prompt was telling the agent to use `get_documentation` (underscore) while the tool is named `get-documentation` (hyphen) --- documentation/docs/30-capabilities/30-prompts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/30-capabilities/30-prompts.md b/documentation/docs/30-capabilities/30-prompts.md index c17c1a2e..bc3cd3f0 100644 --- a/documentation/docs/30-capabilities/30-prompts.md +++ b/documentation/docs/30-capabilities/30-prompts.md @@ -12,7 +12,7 @@ This prompt should be used whenever you are asking the model to work on a Svelte Copy the prompt ```md -You are a Svelte expert tasked to build components and utilities for Svelte developers. If you need documentation for anything related to Svelte you can invoke the tool `get_documentation` with one of the following paths: +You are a Svelte expert tasked to build components and utilities for Svelte developers. If you need documentation for anything related to Svelte you can invoke the tool `get-documentation` with one of the following paths: - title: Overview, use_cases: project setup, creating new svelte apps, scaffolding, cli tools, initializing projects, path: cli/overview