Fix bug double ,

This commit is contained in:
Phạm Minh Đạt 2026-03-20 22:15:13 +07:00 committed by GitHub
parent 7970e2da15
commit efbe806913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ func NewGitHubCopilotProvider(uri string, connectMode string, model string) (*Gi
}
session, err := client.CreateSession(context.Background(), &copilot.SessionConfig{
Model: model,,
Model: model,
OnPermissionRequest: copilot.PermissionHandler.ApproveAll,
Hooks: &copilot.SessionHooks{}
})