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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET