diff --git a/src/lm/tools/copilotRemoteAgentTool.ts b/src/lm/tools/copilotRemoteAgentTool.ts index c0f32a4e68..3c43f9ecf1 100644 --- a/src/lm/tools/copilotRemoteAgentTool.ts +++ b/src/lm/tools/copilotRemoteAgentTool.ts @@ -9,6 +9,8 @@ import { ITelemetry } from '../../common/telemetry'; import { CopilotRemoteAgentManager } from '../../github/copilotRemoteAgent'; import { FolderRepositoryManager } from '../../github/folderRepositoryManager'; +const CODING_AGENT_DOCS_URL = 'https://docs.github.com/copilot/using-github-copilot/coding-agent'; + export interface CopilotRemoteAgentToolParameters { // The LLM is inconsistent in providing repo information. // For now, we only support the active repository in the current workspace. @@ -32,7 +34,7 @@ export class CopilotRemoteAgentTool implements vscode.LanguageModelTool