Condividi tramite


RunStepType Struct

Definition

The possible types of run steps.

public readonly struct RunStepType : IEquatable<Azure.AI.OpenAI.Assistants.RunStepType>
type RunStepType = struct
Public Structure RunStepType
Implements IEquatable(Of RunStepType)
Inheritance
RunStepType
Implements

Constructors

RunStepType(String)

Initializes a new instance of RunStepType.

Properties

MessageCreation

Represents a run step to create a message.

ToolCalls

Represents a run step that calls tools.

Methods

Equals(RunStepType)

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

Equality(RunStepType, RunStepType)

Determines if two RunStepType values are the same.

Implicit(String to RunStepType)

Converts a string to a RunStepType.

Inequality(RunStepType, RunStepType)

Determines if two RunStepType values are not the same.

Applies to