HostedCodeInterpreterTool.Inputs Properti

Definisi

Mendapatkan atau mengatur kumpulan AIContent yang akan digunakan sebagai input ke alat penerjemah kode.

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)

Nilai Properti

Keterangan

Layanan mendukung berbagai jenis input. Sebagian besar mendukung ID file yang dihosting oleh layanan, diwakili melalui HostedFileContent. Beberapa juga mendukung data biner, yang diwakili melalui DataContent. Input yang tidak didukung akan diabaikan oleh IChatClient tempat alat diteruskan.

Berlaku untuk