Spaces:
Running
Running
update prompt
Browse files
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
|
407 |
|
408 |
-
If the user request needs further clarification,
|
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
|
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]
|