CodeInterpreterToolResultContent.Outputs プロパティ

定義

コード インタープリター ツールの出力を取得または設定します。

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)

プロパティ値

注釈

出力には、ファイルの HostedFileContent 、バイナリ データの DataContent 、標準出力テキストの TextContent 、サービスでサポートされているその他の AIContent の種類など、さまざまな種類のコンテンツを含めることができます。

適用対象