CodeInterpreterToolCallContent.Inputs Properti

Definisi

Mendapatkan atau mengatur 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

Input dapat mencakup berbagai jenis konten seperti HostedFileContent untuk file, DataContent untuk data biner, atau jenis lain AIContent seperti yang didukung oleh layanan. Inputs Biasanya menyertakan DataContent dengan jenis media "text/x-python" yang mewakili kode untuk eksekusi oleh alat penerjemah kode.

Berlaku untuk