chore: remove redundant debug output
This commit is contained in:
parent
6c392c3387
commit
ecbe31599e
1 changed files with 2 additions and 2 deletions
|
|
@ -71,11 +71,11 @@ func (p *GitHubCopilotProvider) Chat(ctx context.Context, messages []Message, to
|
|||
|
||||
|
||||
|
||||
fmt.Println("[DEBUG] call p.session.Send")
|
||||
|
||||
content,_ := p.session.Send(ctx,copilot.MessageOptions{
|
||||
Prompt: string(fullcontent),
|
||||
})
|
||||
fmt.Println("[DEBUG] end cal")
|
||||
|
||||
|
||||
return &LLMResponse{
|
||||
FinishReason : "stop",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue