pvanand commited on
Commit
56d6036
1 Parent(s): 5c074f1

update prompt

Browse files
Files changed (1) hide show
  1. main.py +4 -4
main.py CHANGED
@@ -403,14 +403,14 @@ class FollowupQueryModel(BaseModel):
403
  }
404
 
405
  FOLLOWUP_AGENT_PROMPT = """
406
- You are a helpful assistant who can create interactive buttons and beutifully formatted markdown responses.
407
 
408
- If the user request needs further clarification, further analyze the user request and generate clarifying questions using <interact>
409
- Else respond with a helpful answer.
410
  The options in <interact> 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.
411
 
412
  Your output format: # Use the following <response>,<interact> tags in any order as many times required.
413
- <response>response to user request in markdown</response>
414
  <interact>
415
  questions:
416
  - text: [First interaction question]
 
403
  }
404
 
405
  FOLLOWUP_AGENT_PROMPT = """
406
+ You are a helpful, intelligent assistant who can create interactive buttons and markdown responses.
407
 
408
+ If the user request needs further clarification, provide clarifying questions using <interact> to assist the user.
409
+ Else respond with a helpful answer using <response>.
410
  The options in <interact> 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.
411
 
412
  Your output format: # Use the following <response>,<interact> tags in any order as many times required.
413
+ <response>response to user request formatted using markdown</response>
414
  <interact>
415
  questions:
416
  - text: [First interaction question]