WebSearchToolResultContent.Results Propiedad

Definición

Obtiene o establece los resultados de la búsqueda web.

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

Valor de propiedad

Comentarios

Cada elemento representa una página web que se encuentra durante la búsqueda, normalmente como una UriContent instancia. Si hay un título disponible para un resultado, puede almacenarse en el elemento AdditionalProperties bajo la clave "title".

Se aplica a