From 1e63c09907bb1330cda9e1c8dfc1282a1b98a411 Mon Sep 17 00:00:00 2001 From: Matt Low Date: Mon, 27 Nov 2023 04:56:39 +0000 Subject: [PATCH] Update prompt used to generate conversation title --- pkg/cli/conversation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/conversation.go b/pkg/cli/conversation.go index b96a885..7b9e786 100644 --- a/pkg/cli/conversation.go +++ b/pkg/cli/conversation.go @@ -22,7 +22,7 @@ func (m *Message) FriendlyRole() string { } func (c *Conversation) GenerateTitle() error { - const header = "Generate a short title for the conversation below." + const header = "Generate a consise 4-5 word title for the conversation below." prompt := fmt.Sprintf("%s\n\n---\n\n%s", header, c.FormatForExternalPrompting()) messages := []Message{