CodeInterpreterToolResultContent.Outputs Propiedad

Definición

Obtiene o establece la salida de la herramienta de intérprete de código.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ Outputs { 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>? Outputs { get; set; }
member this.Outputs : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> with get, set
Public Property Outputs As IList(Of AIContent)

Valor de propiedad

Comentarios

Las salidas pueden incluir varios tipos de contenido, como HostedFileContent para archivos, DataContent para datos binarios, TextContent para texto de salida estándar u otros AIContent tipos compatibles con el servicio.

Se aplica a