Skip to content

Commit f994626

Browse files
committed
Disable skills in GitHubCopilotChatService
1 parent b53adde commit f994626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/GitHubCopilotService/Services/GitHubCopilotChatService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class GitHubCopilotChatService: BuiltinExtensionChatServiceType {
4040
let request = GitHubCopilotRequest.ConversationCreate(requestBody: .init(
4141
workDoneToken: workDoneToken,
4242
turns: turns,
43-
capabilities: .init(allSkills: true, skills: []),
43+
capabilities: .init(allSkills: false, skills: []),
4444
doc: doc,
4545
source: .panel,
4646
workspaceFolder: workspace.projectURL.path

0 commit comments

Comments
 (0)