SessionLogEventType Struct

Definition

Known SSE event types emitted by the hosted agent session log stream. Additional event types may be introduced in future versions.

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

Constructors

Name Description
SessionLogEventType(String)

Initializes a new instance of SessionLogEventType.

Properties

Name Description
Log

A log line from the agent session container.

Methods

Name Description
Equals(SessionLogEventType)

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

Determines if two SessionLogEventType values are the same.

Implicit(String to Nullable<SessionLogEventType>)
Implicit(String to SessionLogEventType)

Converts a string to a SessionLogEventType.

Inequality(SessionLogEventType, SessionLogEventType)

Determines if two SessionLogEventType values are not the same.

Applies to