Język

CodeInterpreterToolResultContent.Outputs Właściwość

Definicja

Pobiera lub ustawia dane wyjściowe narzędzia interpretera kodu.

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)

Wartość właściwości

Uwagi

Dane wyjściowe mogą zawierać różne typy zawartości, takie jak HostedFileContent pliki, DataContent dane binarne, TextContent standardowy tekst wyjściowy lub inne AIContent typy obsługiwane przez usługę.

Dotyczy