mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-10 12:34:27 +00:00
feat: release v0.1.4
This commit is contained in:
@@ -199,7 +199,9 @@ async function performAutoRecallInner(params: {
|
||||
systemParts.push(`<scene-navigation>\n${sceneNavigation}\n\n${pathHint}\n</scene-navigation>`);
|
||||
}
|
||||
if (memoryLines.length > 0) {
|
||||
systemParts.push(`<relevant-memories>\n${memoryLines.join("\n")}\n</relevant-memories>`);
|
||||
systemParts.push(
|
||||
`<relevant-memories>\n以下是当前对话召回的相关记忆,不代表当前任务进程,仅作为参考:\n\n${memoryLines.join("\n")}\n</relevant-memories>`
|
||||
);
|
||||
}
|
||||
|
||||
// Append memory tools usage guide so the agent knows how to actively
|
||||
|
||||
Reference in New Issue
Block a user