Skip to content

Commit

Permalink
left over
Browse files Browse the repository at this point in the history
  • Loading branch information
abeatrix committed Dec 5, 2024
1 parent 98f444c commit ae50235
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion vscode/src/chat/agentic/CodyChatMemory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class CodyChatMemory {
}

export const CHAT_MEMORY_CONTEXT_TEMPLATE = `# Chat Memory
Here are the notes you made about the user (me) from previous chat:
Here are the notes you made about me (user) from previous chat:
{memoryItems}`

function populateMemoryContent(memoryMap: Map<string, string>): string {
Expand Down
4 changes: 0 additions & 4 deletions vscode/src/chat/agentic/CodyTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,6 @@ class MemoryTool extends CodyTool {
if (memory === 'GET') {
return
}
if (memory.startsWith('REMOVE')) {
CodyChatMemory.reset()
return
}
CodyChatMemory.load(memory)
logDebug('Cody Memory', 'added', { verbose: memory })
}
Expand Down

0 comments on commit ae50235

Please sign in to comment.