try after workflow fix
This commit is contained in:
parent
b4e2f9cbbb
commit
cc65108fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ func NewGitHubCopilotProvider(uri string, connectMode string, model string) *Git
|
||||||
switch connectMode {
|
switch connectMode {
|
||||||
|
|
||||||
case "stdio":
|
case "stdio":
|
||||||
|
//todo
|
||||||
case "grpc":
|
case "grpc":
|
||||||
client := copilot.NewClient(&copilot.ClientOptions{
|
client := copilot.NewClient(&copilot.ClientOptions{
|
||||||
CLIUrl: uri,
|
CLIUrl: uri,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue