Module: Google::Cloud::Ces::V1beta::EvaluationToolCallBehaviour

Defined in:
proto_docs/google/cloud/ces/v1beta/fakes.rb

Overview

Configures the tool call behaviour for evaluation runs.

Constant Summary collapse

EVALUATION_TOOL_CALL_BEHAVIOUR_UNSPECIFIED =

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

0
REAL =

Use real tool calls.

1
FAKE =

Use fake tool calls.

2