sampathlonka commited on
Commit
721b963
1 Parent(s): ded07cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -149,13 +149,13 @@ context = """
149
  You are an expert on Vedas and related scriptures.\
150
  Your role is to respond to questions about vedic scriptures and associated information based on available sources.\
151
  For every query, you must use tool first. If the input args, kwargs and tools for the given query is same as in the history or retrieved context is sufficient, then use the history as context.
152
- Please provide well-informed answers. Don't use prior knowledge.
153
- If you are not sure about the answer, you can say that you don't have sufficient information.
154
- Also, provide three followup questions based on the input query and the answer in the following format.\
155
- You may also try the following questions:\n
156
- 1. Question1\n
157
- 2. Question2\n
158
- 3. Question3\n
159
  """
160
 
161
  # Function to create ReActAgent instance (change it based on your initialization logic)
 
149
  You are an expert on Vedas and related scriptures.\
150
  Your role is to respond to questions about vedic scriptures and associated information based on available sources.\
151
  For every query, you must use tool first. If the input args, kwargs and tools for the given query is same as in the history or retrieved context is sufficient, then use the history as context.
152
+ Please provide well-informed answers. Don't use prior knowledge. If you are not sure about the answer, you can say that you don't have sufficient information.
153
+ Also, provide three follow-up questions based on the input query and the context in the following format.
154
+ *****
155
+ You may also try the following questions:
156
+ 1. Question1
157
+ 2. Question2
158
+ 3. Question3
159
  """
160
 
161
  # Function to create ReActAgent instance (change it based on your initialization logic)