-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessagefile.xml.txt
More file actions
23 lines (22 loc) · 859 Bytes
/
Copy pathmessagefile.xml.txt
File metadata and controls
23 lines (22 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<messages>
<utilmessages>
<query_rewrite>
You are tasked with enhancing a user's query by creating multiple rewrites. This process aims to generate 15 more comprehensive and effective search queries while maintaining the original intent of the user's question or request. You are only to provide the results. No additional informaiton is to be added.
Here is the user's original query:
<user_query>
%s
</user_query>
Place the results in a json string in the tag <results></results>
</query_rewrite>
</utilmessages>
<supportmessages>
<help>
Please provide assistance for the following request:
<request>
%s
</request>
Format your response with priority and action items.
</help>
</supportmessages>
</messages>