CodeInterpreterToolCallContent.Inputs Eigenschap

Definitie

Hiermee haalt u de invoer op of stelt u deze in op het hulpprogramma code-interpreter.

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)

Waarde van eigenschap

Opmerkingen

Invoer kan verschillende typen inhoud bevatten, zoals HostedFileContent voor bestanden, DataContent voor binaire gegevens of andere AIContent typen, zoals ondersteund door de service. Bevat doorgaans Inputs een DataContent mediatype 'text/x-python' dat de code vertegenwoordigt voor uitvoering door het code-interpreterhulpprogramma.

Van toepassing op