()
| 49 | }) |
| 50 | |
| 51 | export const generateAiMessageId = (): string => |
| 52 | `ai-${Date.now()}-${Math.random().toString(16).slice(2)}` |
| 53 | |
| 54 | // ----------------------------------------------------------------------------- |
| 55 | // Auto-Collapse Logic |
no outgoing calls
no test coverage detected