WebSearchToolResultContent.Outputs Property

Definition

Gets or sets the web search outputs.

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)

Property Value

Remarks

Each output represents a web page result 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".

Applies to