summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/prompt
diff options
context:
space:
mode:
Diffstat (limited to 'internal/llm/prompt')
-rw-r--r--internal/llm/prompt/title.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/llm/prompt/title.go b/internal/llm/prompt/title.go
index 98570d3fa..956481520 100644
--- a/internal/llm/prompt/title.go
+++ b/internal/llm/prompt/title.go
@@ -8,5 +8,6 @@ func TitlePrompt(_ models.ModelProvider) string {
- the title should be a summary of the user's message
- it should be one line long
- do not use quotes or colons
-- the entire text you return will be used as the title`
+- the entire text you return will be used as the title
+- never return anything that is more than one sentence (one line) long`
}