fix(session): compaction agent responds in same language as conversation (#20581)
Co-authored-by: Aaron Zhu <aaron@Aarons-MacBook-Air.local>pull/20591/head^2
parent
733a3bd031
commit
5daf2fa7f0
|
|
@ -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.
|
||||
|
||||
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.
|
||||
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.
|
||||
Respond in the same language as the user's messages in the conversation.
|
||||
|
||||
When constructing the summary, try to stick to this template:
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue