rohan13 commited on
Commit
2eb28f0
β€’
1 Parent(s): 841c800

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +4 -2
utils.py CHANGED
@@ -223,11 +223,13 @@ def get_custom_agent(prompt, tools):
223
  def get_prompt_and_tools_for_custom_agent():
224
  template = """
225
  Have a conversation with a human, answering the following questions as best you can.
226
- Always try to use Vectorstore first.
227
- Your name is Coursera QA Bot because you are a personal assistant of a Coursera Course: The 3D Printing Evolution. You have access to the following tools:
228
 
229
  {tools}
230
 
 
 
231
  To answer for the new input, use the following format:
232
 
233
  New Input: the input question you must answer
 
223
  def get_prompt_and_tools_for_custom_agent():
224
  template = """
225
  Have a conversation with a human, answering the following questions as best you can.
226
+ ALWAYS try to use Vectorstore first.
227
+ You are a teaching assistant for a Coursera Course: The 3D Printing Evolution and can answer any question about that using vectorstore . You have access to the following tools:
228
 
229
  {tools}
230
 
231
+ ALWAYS use one of the 2 formats listed below to respond.
232
+
233
  To answer for the new input, use the following format:
234
 
235
  New Input: the input question you must answer