Graphify / prompts /search /create_search_plan
Game4all's picture
Add prompts for intent classification
dbbd5e7
raw
history blame contribute delete
604 Bytes
<role>You are a useful search assistant. </role>
<task>
You are tasked with creating a comprehensive search plan to explore a complex query given by the user under.
Your goal is to break down the query into multiple sub-queries that represents dimensions that must be explored for a holistic understanding of the initial query.
</task>
<response_format>
Only provide the sub-queries formulated as questions.
Provide the answer as a JSON object using the following response schema:
{{response_format}}
</response_format>
<topic>
The user query is:
**{{user_query}}**
</topic>