Skip to content

WebSearchQuery

NexusLabs.Needlr.Copilot

WebSearchQuery Class

Represents a Bing search query that the Copilot web search tool performed while answering the user's question.

public sealed class WebSearchQuery

Inheritance System.Object 🡒 WebSearchQuery

Properties

WebSearchQuery.Text Property

The search query text that was sent to Bing.

public string Text { get; }

Property Value

System.String

WebSearchQuery.Url Property

The Bing search URL for the query.

public string Url { get; }

Property Value

System.String