mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 15:01:24 +00:00
Remove restrictive sentence limits from Goal section
This commit is contained in:
parent
ac71aac090
commit
a602e8aba8
2 changed files with 2 additions and 2 deletions
|
|
@ -264,7 +264,7 @@ const BRANCH_SUMMARY_PROMPT = `Create a structured summary of this conversation
|
||||||
Use this EXACT format:
|
Use this EXACT format:
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
[1-2 sentences: What was the user trying to accomplish in this branch?]
|
[What was the user trying to accomplish in this branch?]
|
||||||
|
|
||||||
## Constraints & Preferences
|
## Constraints & Preferences
|
||||||
- [Any constraints, preferences, or requirements mentioned]
|
- [Any constraints, preferences, or requirements mentioned]
|
||||||
|
|
|
||||||
|
|
@ -333,7 +333,7 @@ const SUMMARIZATION_PROMPT = `Create a structured context checkpoint summary. An
|
||||||
Use this EXACT format:
|
Use this EXACT format:
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
[1-2 sentences: What is the user trying to accomplish?]
|
[What is the user trying to accomplish? Can be multiple items if the session covers different tasks.]
|
||||||
|
|
||||||
## Constraints & Preferences
|
## Constraints & Preferences
|
||||||
- [Any constraints, preferences, or requirements mentioned by user]
|
- [Any constraints, preferences, or requirements mentioned by user]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue