Gemini Enterprise for Customer Experience V1 API - Module Google::Cloud::Ces::V1::MockConfig::UnmatchedToolCallBehavior (v1.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API module Google::Cloud::Ces::V1::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.