Skip to content

Commit 0a4bf32

Browse files
committed
try after workflow fix
1 parent 5a6ad37 commit 0a4bf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/providers/github_copilot_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func NewGitHubCopilotProvider(uri string, connectMode string, model string) *Git
2525
switch connectMode {
2626

2727
case "stdio":
28-
28+
//todo
2929
case "grpc":
3030
client := copilot.NewClient(&copilot.ClientOptions{
3131
CLIUrl: uri,

0 commit comments

Comments
 (0)