public enum MockConfig.Types.UnmatchedToolCallBehaviorReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API enum MockConfig.Types.UnmatchedToolCallBehavior.
What to do when a tool call doesn't match any mocked tool calls.
Namespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.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. |