Update pkg/providers/github_copilot_provider.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Zihang Xu 2026-02-22 15:12:08 +08:00 committed by GitHub
parent 919b2094f1
commit aba02a4c12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ func (p *GitHubCopilotProvider) Chat(
Prompt: string(fullcontent), Prompt: string(fullcontent),
}) })
if err != nil { if err != nil {
return nil, fmt.Errorf("GitHub Copilot request failed: %w", err) return nil, fmt.Errorf("github copilot request failed: %w", err)
} }
return &LLMResponse{ return &LLMResponse{