diff options
| author | phantomreactor <[email protected]> | 2025-05-03 01:53:58 +0530 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-02 15:29:46 -0500 |
| commit | ff0ef3bb432f1cedb6e5b8a0168bfa7c9e9e15f0 (patch) | |
| tree | e027f8eee09fafe33b98c6316d84b0f5e6a8edc0 /internal/llm/prompt | |
| parent | 0095832be3b6c9ae9c45dfed70ecd22302e08dc9 (diff) | |
| download | opencode-ff0ef3bb432f1cedb6e5b8a0168bfa7c9e9e15f0.tar.gz opencode-ff0ef3bb432f1cedb6e5b8a0168bfa7c9e9e15f0.zip | |
feat: add support for images
Diffstat (limited to 'internal/llm/prompt')
| -rw-r--r-- | internal/llm/prompt/title.go | 3 |
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` } |
