AssistantsModelFactory.RunStepMessageCreationDetails Method
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.
Initializes a new instance of RunStepMessageCreationDetails.
public static Azure.AI.OpenAI.Assistants.RunStepMessageCreationDetails RunStepMessageCreationDetails (Azure.AI.OpenAI.Assistants.RunStepMessageCreationReference messageCreation = default);
static member RunStepMessageCreationDetails : Azure.AI.OpenAI.Assistants.RunStepMessageCreationReference -> Azure.AI.OpenAI.Assistants.RunStepMessageCreationDetails
Public Shared Function RunStepMessageCreationDetails (Optional messageCreation As RunStepMessageCreationReference = Nothing) As RunStepMessageCreationDetails
Parameters
- messageCreation
- RunStepMessageCreationReference
Information about the message creation associated with this run step.
Returns
A new RunStepMessageCreationDetails instance for mocking.
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