Gemini Enterprise for Customer Experience v1beta API - Enum MockConfig.Types.UnmatchedToolCallBehavior (1.0.0-beta05)

public enum MockConfig.Types.UnmatchedToolCallBehavior

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API enum MockConfig.Types.UnmatchedToolCallBehavior.

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

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Fields

Name Description
Fail

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

PassThrough

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

Unspecified

Default value. This value is unused.