WebSearchToolResultContent.Outputs Propriété

Définition

Obtient ou définit les sorties de recherche 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)

Valeur de propriété

Remarques

Chaque sortie représente un résultat de page web trouvé pendant la recherche, généralement en tant qu’instance UriContent . Si un titre est disponible pour un résultat, il peut être stocké dans les éléments AdditionalProperties sous la clé "title".

S’applique à