Skip to content

Commit

Permalink
quality: Fine-tune next system prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Apr 3, 2024
1 parent 0cfee32 commit 526b7da
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions helpers/config_models/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,24 @@ class LlmModel(BaseModel):
"action": "commercial_offer",
"justification": "The company planned the customer taxi ride from the wrong address. The customer is not happy about this situation."
}}
## Example 3
{{
"action": "customer_will_send_info",
"justification": "Document related to the damaged bike are missing. Documents are bike invoice, and the bike repair quote. The customer confirmed they will send them tomorrow by email."
}}
## Example 4
{{
"action": "requires_expertise",
"justification": "Described damages on the roof are more important than expected. Plus, customer is not sure if the insurance policy covers this kind of damage. The company needs to send an expert to evaluate the situation."
}}
## Example 5
{{
"action": "case_closed",
"justification": "Customer is satisfied with the service and confirmed the repair of the car is done. The case can be closed."
}}
"""

def default_system(self, phone_number: str) -> str:
Expand Down

0 comments on commit 526b7da

Please sign in to comment.