You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/backend/approaches/prompts/chat_ground_rewrite.prompty
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Suggest the optimal search query based on the user's query, example
4
4
model:
5
5
api: chat
6
6
parameters:
7
-
tools: ${file:chat_query_rewrite_tools.json}
7
+
tools: ${file:chat_ground_rewrite_tools.json}
8
8
sample:
9
9
user_query: Does it include hearing?
10
10
past_messages:
@@ -15,7 +15,7 @@ sample:
15
15
---
16
16
system:
17
17
Below is a history of the conversation so far, and a new question asked by the user that needs to be answered by searching in a knowledge base and/or a web search.
18
-
If the user question requires grounding from an Internet search, generate a Bing search query based on the conversation and the new question.
18
+
If the user question requires grounding from an Internet search, generate an Internet search query based on the conversation and the new question.
19
19
If you cannot generate a search query, return just the number 0.
0 commit comments