Class EvaluationScenarioExpectationToolExpectation
The tool call and response pair to be evaluated.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationScenarioExpectationToolExpectation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpectedToolCall
Required. The expected tool call, with the parameters of interest specified. Any parameters not specified will be hallucinated by the LLM.
Declaration
[JsonProperty("expectedToolCall")]
public virtual ToolCall ExpectedToolCall { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolCall |
MockToolResponse
Required. The tool response to mock, with the parameters of interest specified. Any parameters not specified will be hallucinated by the LLM.
Declaration
[JsonProperty("mockToolResponse")]
public virtual ToolResponse MockToolResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolResponse |