Język

CodeInterpreterToolCallContent.Inputs Właściwość

Definicja

Pobiera lub ustawia dane wejściowe do narzędzia interpretera kodu.

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)

Wartość właściwości

Uwagi

Dane wejściowe mogą zawierać różne typy zawartości, takie jak HostedFileContent pliki, DataContent dane binarne lub inne AIContent typy obsługiwane przez usługę. Inputs Zazwyczaj zawiera element DataContent z typem nośnika "text/x-python" reprezentującym kod do wykonania przez narzędzie interpretera kodu.

Dotyczy