CodeInterpreterToolCallContent.Inputs Eigenschaft

Definition

Ruft die Eingaben für das Codedolmetschertool ab oder legt sie fest.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ Inputs { System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent>? Inputs { get; set; }
member this.Inputs : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> with get, set
Public Property Inputs As IList(Of AIContent)

Eigenschaftswert

Hinweise

Eingaben können verschiedene Inhaltstypen umfassen, z HostedFileContent . B. für Dateien, DataContent für Binärdaten oder andere AIContent Typen, die vom Dienst unterstützt werden. Enthält in der Regel Inputs einen DataContent Medientyp "text/x-python", der den Code für die Ausführung durch das Codedolmetschertool darstellt.

Gilt für: