public enum EvaluationMetricsThresholds.Types.ToolMatchingSettings.Types.ExtraToolCallBehaviorReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API enum EvaluationMetricsThresholds.Types.ToolMatchingSettings.Types.ExtraToolCallBehavior.
Defines the behavior when an extra tool call is encountered. An extra tool call is a tool call that is present in the execution but does not match any tool call in the golden expectation.
Namespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Fields |
|
|---|---|
| Name | Description |
Allow |
Allow the extra tool call. |
Fail |
Fail the evaluation if an extra tool call is encountered. |
Unspecified |
Unspecified behavior. Defaults to FAIL. |