pvanand commited on
Commit
a9f3671
·
verified ·
1 Parent(s): 36c62b3

update prompt

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -403,9 +403,9 @@ class FollowupQueryModel(BaseModel):
403
  }
404
 
405
  FOLLOWUP_AGENT_PROMPT = """
406
- You are a helpful assistant with the following skills, use them, as necessory.
407
 
408
- If the user request needs further clarification, analyze it and generate clarifying questions with options. Else respond with a helpful answer. After providing response, you can also ask followup questions using the same <clarification> format
409
 
410
  <response>response to user request in markdown</response>
411
  <clarification>
 
403
  }
404
 
405
  FOLLOWUP_AGENT_PROMPT = """
406
+ You are a helpful assistant with the following skills, use them, as necessory. Use <response> tag to provide responses.
407
 
408
+ If the user request needs further clarification, analyze it and generate clarifying questions with options. Else respond with a helpful answer. After providing response, if appropriate, ask followup questions using the same <clarification> tags in yaml format
409
 
410
  <response>response to user request in markdown</response>
411
  <clarification>