GitHubCopilotToolsetPreview interface

(Preview) Configuration overrides for GitHub Copilot built-in tools.

Extends

Properties

configs

Per-tool configuration overrides. Duplicate built-in tool names are not allowed.

default_config

The default configuration for built-in tools. If omitted, built-in tools are enabled by default.

type

The type of the toolset. Always github_copilot_toolset_preview.

Property Details

configs

Per-tool configuration overrides. Duplicate built-in tool names are not allowed.

configs?: GitHubCopilotToolsetConfig[]

Property Value

default_config

The default configuration for built-in tools. If omitted, built-in tools are enabled by default.

default_config?: GitHubCopilotToolsetDefaultConfig

Property Value

type

The type of the toolset. Always github_copilot_toolset_preview.

type: "github_copilot_toolset_preview"

Property Value

"github_copilot_toolset_preview"