Gemini Enterprise for Customer Experience v1beta API - Enum EvaluationMetricsThresholds.Types.ToolMatchingSettings.Types.ExtraToolCallBehavior (1.0.0-beta01)

public enum EvaluationMetricsThresholds.Types.ToolMatchingSettings.Types.ExtraToolCallBehavior

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta 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.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.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.