Shreyas094 commited on
Commit
d01c321
·
verified ·
1 Parent(s): 860f4ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ class Agent1:
30
  rephrase_prompt = PromptTemplate(
31
  input_variables=["query"],
32
  template="""
33
- Determine how many questions are asked in the search query provided to you. For each question, split them individually and rephrase each one into concise, search-engine-friendly formats, ensuring the queries are distinct and relevant. Focus on capturing the essence of each question while avoiding redundancy.
34
 
35
  Query: {query}
36
 
 
30
  rephrase_prompt = PromptTemplate(
31
  input_variables=["query"],
32
  template="""
33
+ Determine how many questions are asked in the search query provided to you. For each question, split them individually and rephrase each one into concise, search-engine-friendly formats, ensuring the queries are distinct and relevant. Focus on capturing the essence of each question while avoiding redundancy. Do not make multiple queries if not required.
34
 
35
  Query: {query}
36