We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6ad37 commit 0a4bf32Copy full SHA for 0a4bf32
pkg/providers/github_copilot_provider.go
@@ -25,7 +25,7 @@ func NewGitHubCopilotProvider(uri string, connectMode string, model string) *Git
25
switch connectMode {
26
27
case "stdio":
28
-
+ //todo
29
case "grpc":
30
client := copilot.NewClient(&copilot.ClientOptions{
31
CLIUrl: uri,
0 commit comments