(sessionId: string)
| 50 | } |
| 51 | |
| 52 | export function getAIChats(sessionId: string) { |
| 53 | return getManager().getAIChats(sessionId) |
| 54 | } |
| 55 | |
| 56 | export function getAIChat(aiChatId: string) { |
| 57 | return getManager().getAIChat(aiChatId) |
nothing calls this directly
no test coverage detected