chore: remove redundant debug output
This commit is contained in:
parent
b4e400b9c6
commit
388283a9f4
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{
|
content,_ := p.session.Send(ctx,copilot.MessageOptions{
|
||||||
Prompt: string(fullcontent),
|
Prompt: string(fullcontent),
|
||||||
})
|
})
|
||||||
fmt.Println("[DEBUG] end cal")
|
|
||||||
|
|
||||||
return &LLMResponse{
|
return &LLMResponse{
|
||||||
FinishReason : "stop",
|
FinishReason : "stop",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue