Class EvaluationResultOverallToolInvocationResult
The result of the overall tool invocation check.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationResultOverallToolInvocationResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Outcome
Output only. The outcome of the tool invocation check. This is determined by comparing the tool_invocation_score to the overall_tool_invocation_correctness_threshold. If the score is equal to or above the threshold, the outcome will be PASS. Otherwise, the outcome will be FAIL.
Declaration
[JsonProperty("outcome")]
public virtual string Outcome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolInvocationScore
The overall tool invocation score for this turn. This indicates the overall percent of tools from the expected turn that were actually invoked.
Declaration
[JsonProperty("toolInvocationScore")]
public virtual float? ToolInvocationScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |