GitHubCopilotBuiltInTool type

A customer-configurable GitHub Copilot built-in tool.

type GitHubCopilotBuiltInTool =
  | "filesystem_read"
  | "filesystem_write"
  | "shell"
  | "web"
  | "subagents"