AgentsEvaluationLevel Struct

Definition

The level at which evaluation is performed.

public readonly struct AgentsEvaluationLevel : IEquatable<Azure.AI.Projects.Agents.AgentsEvaluationLevel>
type AgentsEvaluationLevel = struct
Public Structure AgentsEvaluationLevel
Implements IEquatable(Of AgentsEvaluationLevel)
Inheritance
AgentsEvaluationLevel
Implements

Constructors

Name Description
AgentsEvaluationLevel(String)

Initializes a new instance of AgentsEvaluationLevel.

Properties

Name Description
Conversation

Evaluation is performed at the conversation level.

Turn

Evaluation is performed at the turn level.

Methods

Name Description
Equals(AgentsEvaluationLevel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(AgentsEvaluationLevel, AgentsEvaluationLevel)

Determines if two AgentsEvaluationLevel values are the same.

Implicit(String to AgentsEvaluationLevel)

Converts a string to a AgentsEvaluationLevel.

Implicit(String to Nullable<AgentsEvaluationLevel>)
Inequality(AgentsEvaluationLevel, AgentsEvaluationLevel)

Determines if two AgentsEvaluationLevel values are not the same.

Applies to