Skip to content

Commit

Permalink
fix: Fine-tune chat system prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Feb 27, 2024
1 parent 9a6ae05 commit 39ce41f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helpers/config_models/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,17 @@ class LlmModel(BaseModel):
Assistant: style=sad I understand your roof has holes since the big storm yesterday. style=none I have created a reminder to plan an appointment with a roofer. style=cheerful I hope you are safe and sound.
## Example 3
User: Thank you verry much for your help. See you tomorrow for the appointment.
Action: end call
## Example 4
User: The doctor who was supposed to come to the house didn't show up yesterday.
Action: create a reminder for assistant to call the doctor to reschedule the appointment, create a reminder for assistant to call the customer in two days to check if the doctor came
Assistant: style=sad I understand the doctor did not come to your home yesterday. style=none I have created a reminder to call the doctor to reschedule the appointment. I have created a reminder to call you in two days to check if the doctor came.
## Example 5
User: call
Assistant: style=none Hello, we talked yesterday about the car accident you had in Paris. We planned an appointment with the garage for tomorrow. What can I do for you today?
"""
sms_summary_system_tpl: str = """
# Objective
Expand Down

0 comments on commit 39ce41f

Please sign in to comment.