(_, context)
| 2 | import { clearConversation } from './conversation.js' |
| 3 | |
| 4 | export const call: LocalCommandCall = async (_, context) => { |
| 5 | await clearConversation(context) |
| 6 | return { type: 'text', value: '' } |
| 7 | } |
| 8 | |
| 9 |
nothing calls this directly
no test coverage detected