feat: migrate to Letta TS SDK v1 (alpha) (#11)
This commit is contained in:
@@ -36,6 +36,13 @@ export const commands: Record<string, Command> = {
|
||||
return "Exiting...";
|
||||
},
|
||||
},
|
||||
"/clear": {
|
||||
desc: "Clear conversation history",
|
||||
handler: () => {
|
||||
// Handled specially in App.tsx to access client and agent ID
|
||||
return "Clearing messages...";
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user