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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET