Enum EvaluationToolCallBehaviour (0.3.0)

public enum EvaluationToolCallBehaviour extends Enum<EvaluationToolCallBehaviour> implements ProtocolMessageEnum

Configures the tool call behaviour for evaluation runs.

Protobuf enum google.cloud.ces.v1beta.EvaluationToolCallBehaviour

Implements

ProtocolMessageEnum

Static Fields

Name Description
EVALUATION_TOOL_CALL_BEHAVIOUR_UNSPECIFIED

Unspecified tool call behavior. Will default to real tool calls.

EVALUATION_TOOL_CALL_BEHAVIOUR_UNSPECIFIED = 0;

EVALUATION_TOOL_CALL_BEHAVIOUR_UNSPECIFIED_VALUE

Unspecified tool call behavior. Will default to real tool calls.

EVALUATION_TOOL_CALL_BEHAVIOUR_UNSPECIFIED = 0;

FAKE

Use fake tool calls.

FAKE = 2;

FAKE_VALUE

Use fake tool calls.

FAKE = 2;

REAL

Use real tool calls.

REAL = 1;

REAL_VALUE

Use real tool calls.

REAL = 1;

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()