GitHubCopilotBuiltInTool type

Uma ferramenta integrada do GitHub Copilot configurável pelo cliente.

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