Learn how to import or create datasets in Maxim
Add Images to Your Dataset
inAnyOrder
anyOne
anyOne
combinator is used when any one of several possible tool calls is acceptable to fulfill the requirement. This is useful in scenarios where there are multiple valid ways for an agent to achieve the same outcome, and you want to allow for flexibility in the agent’s approach.
For example, in the following JSON, either get_pull_request_reviews
or get_pull_request_comments
(with the specified arguments) will be considered a valid response. The agent only needs to make one of these tool calls to satisfy the expectation.