fix: clarify /clear command output message (#609)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -4512,7 +4512,8 @@ export default function App({
|
||||
kind: "command",
|
||||
id: cmdId,
|
||||
input: msg,
|
||||
output: "All agent messages reset",
|
||||
output:
|
||||
"Agent's in-context messages cleared & moved to conversation history",
|
||||
phase: "finished",
|
||||
success: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user