Gemini Enterprise for Customer Experience V1BETA API - Module Google::Cloud::Ces::V1beta::MockConfig::UnmatchedToolCallBehavior (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API module Google::Cloud::Ces::V1beta::MockConfig::UnmatchedToolCallBehavior.

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

Constants

UNMATCHED_TOOL_CALL_BEHAVIOR_UNSPECIFIED

value: 0
Default value. This value is unused.

FAIL

value: 1
Throw an error for any tool calls that don't match a mock expected input pattern.

PASS_THROUGH

value: 2
For unmatched tool calls, pass the tool call through to real tool.