Language

AgentStateSource Struct

Definition

Indicates the source of an agent's operational state. Empty when the state is not derived from a specific source.

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

Constructors

Name Description
AgentStateSource(String)

Initializes a new instance of AgentStateSource.

Properties

Name Description
AgentBlueprint

The state is derived from the agent's blueprint.

AgentInstanceIdentity

The state is derived from the agent's instance identity.

Methods

Name Description
Equals(AgentStateSource)

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(AgentStateSource, AgentStateSource)

Determines if two AgentStateSource values are the same.

Implicit(String to AgentStateSource)

Converts a string to a AgentStateSource.

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

Determines if two AgentStateSource values are not the same.

Applies to