Shreyas094 commited on
Commit
4281635
·
verified ·
1 Parent(s): bab71c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ class Agent1:
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 a few concise, search-engine-friendly formats. Ensure that the queries are distinct and relevant, capturing the core of each question without unnecessary repetition.
 
34
 
35
  Query: {query}
36
 
 
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 a few concise, search-engine-friendly formats. Ensure that the queries are distinct and relevant, capturing the core of each question without unnecessary repetition.
34
+
35
 
36
  Query: {query}
37