你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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