Contents

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.