CodeInterpreterToolResultContent.Outputs Eigenschap

Definitie

Hiermee haalt u de uitvoer van het code-interpreterhulpprogramma op of stelt u deze in.

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)

Waarde van eigenschap

Opmerkingen

Uitvoer kan verschillende typen inhoud bevatten, zoals HostedFileContent voor bestanden, DataContent voor binaire gegevens, TextContent voor standaarduitvoertekst of andere AIContent typen, zoals ondersteund door de service.

Van toepassing op