GitHubCopilotBuiltInTool type

顧客が設定可能なGitHub Copilot内蔵ツールです。

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