Skip to content

CopilotToolSetOptions

NexusLabs.Needlr.Copilot

CopilotToolSetOptions Class

Configuration for which Copilot-backed tools to enable.

public sealed class CopilotToolSetOptions

Inheritance System.Object 🡒 CopilotToolSetOptions

Properties

CopilotToolSetOptions.EnableWebSearch Property

Enable the Copilot web_search tool (calls the GitHub MCP server). Defaults to false.

public bool EnableWebSearch { get; set; }

Property Value

System.Boolean