fix: update /memory command to say "memory" instead of "memory blocks" (#1058)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -66,7 +66,7 @@ export const commands: Record<string, Command> = {
|
||||
},
|
||||
},
|
||||
"/memory": {
|
||||
desc: "View your agent's memory blocks",
|
||||
desc: "View your agent's memory",
|
||||
order: 15,
|
||||
noArgs: true,
|
||||
handler: () => {
|
||||
|
||||
Reference in New Issue
Block a user