@difizen/libro-ai-native
Version:
24 lines (22 loc) • 482 B
text/typescript
import type { Command } from '@difizen/mana-app';
export const AINativeCommands: Record<string, Command & { keybind?: string }> = {
Explain: {
id: 'ai-native:explain',
label: 'EXPLAIN',
},
Chat: {
id: 'ai-native:chat',
label: 'Chat',
},
CellChat: {
id: 'ai-native:cell-chat',
label: 'Cell Chat',
},
AISideToolbarSelect: {
id: 'ai-native:side-toolbat-select',
},
Optimize: {
id: 'ai-native:optimize',
label: 'Optimize',
},
};