RunStepMessageCreationDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The detailed information associated with a message creation run step.
public class RunStepMessageCreationDetails : Azure.AI.OpenAI.Assistants.RunStepDetails, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.RunStepMessageCreationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.RunStepMessageCreationDetails>
type RunStepMessageCreationDetails = class
inherit RunStepDetails
interface IJsonModel<RunStepMessageCreationDetails>
interface IPersistableModel<RunStepMessageCreationDetails>
Public Class RunStepMessageCreationDetails
Inherits RunStepDetails
Implements IJsonModel(Of RunStepMessageCreationDetails), IPersistableModel(Of RunStepMessageCreationDetails)
- Inheritance
- Implements
Properties
MessageCreation |
Information about the message creation associated with this run step. |
Explicit Interface Implementations
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET