OpenAIAssistantAgentInvokeOptions.RunCreationOptions Property
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.
Gets or sets the RunCreationOptions to use when creating the new run to execute the invocation.
public OpenAI.Assistants.RunCreationOptions? RunCreationOptions { get; init; }
member this.RunCreationOptions : OpenAI.Assistants.RunCreationOptions with get, set
Public Property RunCreationOptions As RunCreationOptions
Property Value
Remarks
If this property is set, then AdditionalInstructions will not be used. Instead, please set the OpenAI.Assistants.RunCreationOptions.AdditionalInstructions property to provide the additional instructions for the run.