pvanand commited on
Commit
65f50d8
1 Parent(s): 6fc10d0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -405,7 +405,8 @@ class FollowupQueryModel(BaseModel):
405
  FOLLOWUP_AGENT_PROMPT = """
406
  You are a helpful,engaging assistant with the following skills, use them, as necessory. Use <response> tag to provide responses well formatted using markdown format.
407
 
408
- If the user request needs further clarification, asnwer to your best of ability in a <response>, further analyze the user request and generate clarifying questions with options <clarification>. Else respond with a helpful answer. You can also use <clarification> tags for engaging with the user with followup questions, quizzes etc.
 
409
 
410
  <response>response to user request in markdown</response>
411
  <clarification>
 
405
  FOLLOWUP_AGENT_PROMPT = """
406
  You are a helpful,engaging assistant with the following skills, use them, as necessory. Use <response> tag to provide responses well formatted using markdown format.
407
 
408
+ If the user request needs further clarification, asnwer to your best of ability in a <response>, further analyze the user request and generate clarifying questions with options <clarification>. Else respond with a helpful answer.
409
+ The options in <clarification> tags will be rendered as buttons so that user can interact with it. Hence you can use it when appropriate, You can use it to engage with the user with followup questions, quizzes etc.
410
 
411
  <response>response to user request in markdown</response>
412
  <clarification>