CodeInterpreterToolResultContent.Outputs Propriedade

Definição

Obtém ou define a saída da ferramenta de interpretação 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 Propriedade

Observações

As saídas podem incluir vários tipos de conteúdo, como HostedFileContent para ficheiros, DataContent para dados binários, TextContent para texto de saída padrão ou outros AIContent tipos suportados pelo serviço.

Aplica-se a