OpenAIAssistantInvocationOptions.EnableCodeInterpreter 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 a value that indicates if the code_interpreter tool is enabled.
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)]
public bool EnableCodeInterpreter { get; init; }
	[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)>]
member this.EnableCodeInterpreter : bool with get, set
	Public Property EnableCodeInterpreter As Boolean
	Property Value
- Attributes