allowsAdditionalCalls
A Boolean value that indicates whether to allow tool calls that don’t match any expectation.
Declaration
var allowsAdditionalCalls: BoolMentioned in
Discussion
When false, any unmatched tool call causes evaluation to fail. When true (the default), unmatched calls are ignored as long as all expectations are met.