From e60555df0287e74680dc02787774e81e69df198a Mon Sep 17 00:00:00 2001 From: Alexander Goncharov Date: Sun, 1 Feb 2026 18:06:21 +0300 Subject: [PATCH] whoopsie-doopsie --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index fcb8cc4..b9914e5 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ type OpenAIPrompter struct { func (p *OpenAIPrompter) Prompt(ctx context.Context, req PromptRequest) (*HighlyTrustedResponse, error) { instructions := p.cfg.SystemPrompt if req.OriginalPostContent != nil { - instructions += fmt.Sprintf("\nThis is the channel post that user is mentioning: %v", req.OriginalPostContent) + instructions += fmt.Sprintf("\nThis is the channel post that user is mentioning: %s", *req.OriginalPostContent) } resp, err := p.cli.Responses.New(ctx, responses.ResponseNewParams{