chore: remove redundant debug output
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user