pvanand commited on
Commit
96594d9
1 Parent(s): ec2886a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -403,7 +403,7 @@ class FollowupQueryModel(BaseModel):
403
  }
404
 
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.
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. After providing response, you can also ask followup questions using the same <clarification> tags in yaml format
409
 
 
403
  }
404
 
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. After providing response, you can also ask followup questions using the same <clarification> tags in yaml format
409