Share via


ThreadStreamEvent Struct

Definition

Thread operation related streaming events.

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

Constructors

Name Description
ThreadStreamEvent(String)

Initializes a new instance of ThreadStreamEvent.

Properties

Name Description
ThreadCreated

Event sent when a new thread is created. The data of this event is of type AgentThread.

Methods

Name Description
Equals(ThreadStreamEvent)

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

Determines if two ThreadStreamEvent values are the same.

Implicit(String to ThreadStreamEvent)

Converts a String to a ThreadStreamEvent.

Inequality(ThreadStreamEvent, ThreadStreamEvent)

Determines if two ThreadStreamEvent values are not the same.

Applies to