File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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(
6969 self ,
7070 ) -> str :
7171 """
72- Use this if the customer wants to create a new claim.
72+ Use this if the customer wants to open a new claim.
7373
7474 # Behavior
7575 1. Old claim is stored but not accessible anymore
76- 2. Reset the Assistant claim
76+ 2. Reset the conversation
7777
7878 # Rules
7979 - Approval from the customer must be explicitely given (e.g. 'I want to create a new claim')
8080 - This should be used only when the subject is totally different
8181
8282 # Usage examples
83+ - Customer is talking about a totally different subject and confirmed they was done with the previous one
8384 - Customer wants explicitely to create a new claim
84- - Talking about a totally different subject
8585 """
8686 # Launch post-call intelligence for the current call
8787 await self .post_callback (self .call )
You can’t perform that action at this time.
0 commit comments