Partager via


OpenAIAssistantDefinition.CodeInterpreterFileIds Property

Definition

Optional file-ids made available to the code_interpreter tool, if enabled.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
public System.Collections.Generic.IReadOnlyList<string>? CodeInterpreterFileIds { get; init; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
member this.CodeInterpreterFileIds : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property CodeInterpreterFileIds As IReadOnlyList(Of String)

Property Value

Attributes

Applies to