diff --git a/pkg/chat/chat.go b/pkg/chat/chat.go index 23c9d132..27436f1e 100644 --- a/pkg/chat/chat.go +++ b/pkg/chat/chat.go @@ -72,7 +72,7 @@ func Start(ctx context.Context, prevState runner.ChatState, chatter Chatter, prg } if resp.Content != "" { - _, err := prompter.Printf(color.RedString("< %s\n", resp.Content)) + _, err := prompter.Printf("%s", color.RedString("< %s\n", resp.Content)) if err != nil { return err }