message.toolWithToolCallList.messages.conditions I...
# support
p
The docs say that message.toolWithToolCallList.messages.conditions is an array of conditions that must be met for the message to be triggered. Is there an implicit OR or AND between an array of conditions?
v
@pambrose The conditions specified in the
message.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.
You can continue this conversation by mentioning me in the message.
p
Thanks
You might want to add that to the docs
s
Closing thiss issue as it is resolved, @pambrose .