Share via


OpenAIAssistantAgentInvokeOptions.RunCreationOptions Property

Definition

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

OpenAI.Assistants.RunCreationOptions

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.

Applies to