File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,19 +69,19 @@ async def new_claim(
69
69
self ,
70
70
) -> str :
71
71
"""
72
- Use this if the customer wants to create a new claim.
72
+ Use this if the customer wants to open a new claim.
73
73
74
74
# Behavior
75
75
1. Old claim is stored but not accessible anymore
76
- 2. Reset the Assistant claim
76
+ 2. Reset the conversation
77
77
78
78
# Rules
79
79
- Approval from the customer must be explicitely given (e.g. 'I want to create a new claim')
80
80
- This should be used only when the subject is totally different
81
81
82
82
# Usage examples
83
+ - Customer is talking about a totally different subject and confirmed they was done with the previous one
83
84
- Customer wants explicitely to create a new claim
84
- - Talking about a totally different subject
85
85
"""
86
86
# Launch post-call intelligence for the current call
87
87
await self .post_callback (self .call )
You can’t perform that action at this time.
0 commit comments