🌙 clear.ts

This commit is contained in:
nirholas
2026-03-31 10:22:43 +00:00
parent 7eb6098c37
commit 63355d0b3b

View File

@@ -5,3 +5,4 @@ export const call: LocalCommandCall = async (_, context) => {
await clearConversation(context)
return { type: 'text', value: '' }
}