WebSearchToolResultContent.Outputs Propriedade

Definição

Obtém ou define os resultados da pesquisa web.

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

Cada saída representa um resultado de página web encontrado durante a pesquisa, normalmente como uma UriContent instância. Se um título estiver disponível para um resultado, pode ser armazenado nos itens AdditionalProperties sob a chave "title".

Aplica-se a