Skip to content

Commit 0cbe967

Browse files
authored
chore(prompt_tools): add support for querying the clients directory (#4038)
1 parent 551e3f6 commit 0cbe967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ee/tabby-webserver/src/service/answer/prompt_tools.rs

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Here's a few examples:
4949
"How many python files is in the codebase?" -> FILE_LIST
5050
"Which file contains main function?" -> SNIPPET
5151
"What does this repository do?" -> FILE_LIST
52+
"What does the `clients` directory do?" -> FILE_LIST
5253
5354
Here's the original question:
5455
{question}

0 commit comments

Comments
 (0)