Skip to content

Commit 0fd7860

Browse files
authored
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)
1 parent 7d70720 commit 0fd7860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/30-capabilities/30-prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This prompt should be used whenever you are asking the model to work on a Svelte
1212
<summary>Copy the prompt</summary>
1313

1414
```md
15-
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:
15+
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:
1616
<available-docs>
1717

1818
- title: Overview, use_cases: project setup, creating new svelte apps, scaffolding, cli tools, initializing projects, path: cli/overview

0 commit comments

Comments
 (0)