fix(session): compaction agent responds in same language as conversation (#20581)
Co-authored-by: Aaron Zhu <aaron@Aarons-MacBook-Air.local>
This commit is contained in:
parent
733a3bd031
commit
5daf2fa7f0
2 changed files with 2 additions and 0 deletions
|
|
@ -12,3 +12,4 @@ Focus on information that would be helpful for continuing the conversation, incl
|
||||||
Your summary should be comprehensive enough to provide context but concise enough to be quickly understood.
|
Your summary should be comprehensive enough to provide context but concise enough to be quickly understood.
|
||||||
|
|
||||||
Do not respond to any questions in the conversation, only output the summary.
|
Do not respond to any questions in the conversation, only output the summary.
|
||||||
|
Respond in the same language the user used in the conversation.
|
||||||
|
|
|
||||||
|
|
@ -190,6 +190,7 @@ export namespace SessionCompaction {
|
||||||
Focus on information that would be helpful for continuing the conversation, including what we did, what we're doing, which files we're working on, and what we're going to do next.
|
Focus on information that would be helpful for continuing the conversation, including what we did, what we're doing, which files we're working on, and what we're going to do next.
|
||||||
The summary that you construct will be used so that another agent can read it and continue the work.
|
The summary that you construct will be used so that another agent can read it and continue the work.
|
||||||
Do not call any tools. Respond only with the summary text.
|
Do not call any tools. Respond only with the summary text.
|
||||||
|
Respond in the same language as the user's messages in the conversation.
|
||||||
|
|
||||||
When constructing the summary, try to stick to this template:
|
When constructing the summary, try to stick to this template:
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue