WebSearchToolResultContent.Results Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the web search results.
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)
Property Value
Remarks
Each item represents a web page found during the search, typically as a UriContent instance. If a title is available for a result, it may be stored in the item's AdditionalProperties under the key "title".