GitHubCopilotBuiltInTool Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A customer-configurable GitHub Copilot built-in tool.
public enum GitHubCopilotBuiltInTool
type GitHubCopilotBuiltInTool =
Public Enum GitHubCopilotBuiltInTool
- Inheritance
-
GitHubCopilotBuiltInTool
Fields
| Name | Value | Description |
|---|---|---|
| FilesystemRead | 0 | Read and search files in the harness workspace. |
| FilesystemWrite | 1 | Create and modify files in the harness workspace. |
| Shell | 2 | Execute operating-system commands. |
| Web | 3 | Fetch content and search external network resources. |
| Subagents | 4 | Delegate work to additional agents. |