UNPKG

behemoth-cli

Version:

🌍 BEHEMOTH CLIv3.760.4 - Level 50+ POST-SINGULARITY Intelligence Trading AI

12 lines 337 B
export const clearCommand = { command: 'clear', description: 'Clear chat history and context', handler: ({ addMessage, clearHistory }) => { clearHistory(); addMessage({ role: 'system', content: 'Chat history and context cleared.', }); } }; //# sourceMappingURL=clear.js.map