Contents

disallowed

Tools that the model must NOT call.

Declaration

var disallowed: [ToolExpectation]

Discussion

If a disallowed expectation includes argument matchers, only calls matching those specific arguments trigger a failure — the model can still call the tool with different arguments.

See Also

Combining expectations