Reference documentation and code samples for the Google Cloud Ces V1 Client class ToolMatchingSettings.
Settings for matching tool calls.
Generated from protobuf message google.cloud.ces.v1.EvaluationMetricsThresholds.ToolMatchingSettings
Namespace
Google \ Cloud \ Ces \ V1 \ EvaluationMetricsThresholdsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ extra_tool_call_behavior |
int
Optional. Behavior for extra tool calls. Defaults to FAIL. |
getExtraToolCallBehavior
Optional. Behavior for extra tool calls.
Defaults to FAIL.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ExtraToolCallBehavior. |
setExtraToolCallBehavior
Optional. Behavior for extra tool calls.
Defaults to FAIL.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ExtraToolCallBehavior. |
| Returns | |
|---|---|
| Type | Description |
$this |
|