CodeInterpreterToolCallContent.Inputs Proprietà

Definizione

Ottiene o imposta gli input sullo strumento dell'interprete di codice.

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)

Valore della proprietà

Commenti

Gli input possono includere vari tipi di contenuto, ad HostedFileContent esempio per i file, DataContent per i dati binari o altri AIContent tipi supportati dal servizio. Inputs In genere include un DataContent oggetto con un tipo di supporto "text/x-python" che rappresenta il codice per l'esecuzione dallo strumento dell'interprete del codice.

Si applica a