public enum EvaluationMetricsThresholds.ToolMatchingSettings.ExtraToolCallBehavior extends Enum<EvaluationMetricsThresholds.ToolMatchingSettings.ExtraToolCallBehavior> implements ProtocolMessageEnumDefines 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.
Protobuf enum
google.cloud.ces.v1.EvaluationMetricsThresholds.ToolMatchingSettings.ExtraToolCallBehavior
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALLOW |
Allow the extra tool call. |
ALLOW_VALUE |
Allow the extra tool call. |
EXTRA_TOOL_CALL_BEHAVIOR_UNSPECIFIED |
Unspecified behavior. Defaults to FAIL. |
EXTRA_TOOL_CALL_BEHAVIOR_UNSPECIFIED_VALUE |
Unspecified behavior. Defaults to FAIL. |
FAIL |
Fail the evaluation if an extra tool call is encountered. |
FAIL_VALUE |
Fail the evaluation if an extra tool call is encountered. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|