OpenAIAssistantDefinition.ExecutionOptions 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.
Default execution options for each agent invocation.
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
public Microsoft.SemanticKernel.Agents.OpenAI.OpenAIAssistantExecutionOptions? ExecutionOptions { get; init; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
member this.ExecutionOptions : Microsoft.SemanticKernel.Agents.OpenAI.OpenAIAssistantExecutionOptions with get, set
Public Property ExecutionOptions As OpenAIAssistantExecutionOptions
Property Value
- Attributes