pambrose
07/06/2024, 6:42 AMVapi
07/06/2024, 6:44 AMmessage.toolWithToolCallList.messages.conditions array are treated with an implicit AND between them. This means that all conditions must be met for the message to be triggered. If you have multiple conditions, each one must be true for the action to take place. If you need to specify conditions with an OR logic, you would typically need to create separate entries for each condition that can independently trigger the message.Vapi
07/06/2024, 6:44 AMpambrose
07/06/2024, 7:14 AMpambrose
07/06/2024, 7:14 AMShubham Bajaj
07/06/2024, 7:17 PM