CodeInterpreterToolCallContent.Inputs プロパティ

定義

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

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)

プロパティ値

注釈

入力には、ファイルの HostedFileContent 、バイナリ データの DataContent 、サービスでサポートされているその他の AIContent の種類など、さまざまな種類のコンテンツを含めることができます。 通常、 Inputs には、コード インタープリター ツールによって実行されるコードを表す "text/x-python" メディアの種類を持つ DataContent が含まれます。

適用対象