Skip to content

Commit e27f2f4

Browse files
committed
docs(prompt-override): update path and example for custom prompts
Update the documentation to correct the folder structure for custom prompts and provide a more accurate example file path.
1 parent 991e999 commit e27f2f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/customize/prompt-override.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ prompt.
1010

1111
## How to use
1212

13-
create a folder named `prompt/genius` in your project root directory, then create the prompt file which defined in
13+
create a folder named `prompt/` in your project root directory, then create the prompt file which defined in
1414
Supported Action.
1515

16-
For example, create a file named `prompts/genius/sql/sql-gen-clarify.vm`, will override the clarify prompt of AutoSQL/GenSQL
16+
For example, create a file named `prompts/sql/sql-gen-clarify.vm`, will override the clarify prompt of AutoSQL/GenSQL
1717

1818
## Supported Action
1919

0 commit comments

Comments
 (0)