init(_:arguments:)
Creates a new tool expectation.
Declaration
init(_ name: String, arguments: [ArgumentMatcher] = [])Parameters
- name:
The name of the tool.
- arguments:
The argument matchers to validate against the tool call.
Creates a new tool expectation.
init(_ name: String, arguments: [ArgumentMatcher] = [])The name of the tool.
The argument matchers to validate against the tool call.