Show / Hide Table of Contents

Class EvaluationScenarioExpectationToolExpectation

The tool call and response pair to be evaluated.

Inheritance
object
EvaluationScenarioExpectationToolExpectation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX