ImageGenerationToolResultContent.Outputs Propriedade

Definição

Obtém ou definem os itens de conteúdo gerados.

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

O conteúdo é tipicamente DataContent para imagens transmitidas pela ferramenta, ou UriContent para imagens alojadas remotamente, mas também pode ser tipos de conteúdo específicos do fornecedor que representam as imagens geradas.

Aplica-se a