()
| 46 | } |
| 47 | |
| 48 | export function getAIChatCountsBySession() { |
| 49 | return getManager().getAIChatCountsBySession() |
| 50 | } |
| 51 | |
| 52 | export function getAIChats(sessionId: string) { |
| 53 | return getManager().getAIChats(sessionId) |
nothing calls this directly
no test coverage detected