CodeInterpreterToolResultContent.Outputs Eigenschaft

Definition

Ruft die Ausgabe des Codedolmetschertools ab oder legt sie fest.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ Outputs { 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>? Outputs { get; set; }
member this.Outputs : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> with get, set
Public Property Outputs As IList(Of AIContent)

Eigenschaftswert

Hinweise

Ausgaben können verschiedene Inhaltstypen enthalten, z HostedFileContent . B. für Dateien, DataContent für Binärdaten, TextContent für Standardausgabetext oder andere AIContent Typen, die vom Dienst unterstützt werden.

Gilt für: