Class UnmatchedToolCallBehavior (0.5.0)

UnmatchedToolCallBehavior(value)

What to do when a tool call doesn't match any mocked tool calls.

Enums

Name Description
UNMATCHED_TOOL_CALL_BEHAVIOR_UNSPECIFIED Default value. This value is unused.
FAIL Throw an error for any tool calls that don't match a mock expected input pattern.
PASS_THROUGH For unmatched tool calls, pass the tool call through to real tool.