Contents

allowsAdditionalCalls

A Boolean value that indicates whether to allow tool calls that don’t match any expectation.

Declaration

var allowsAdditionalCalls: Bool

Mentioned 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.

See Also

Combining expectations