(aiChatId: string)
| 54 | } |
| 55 | |
| 56 | export function getAIChat(aiChatId: string) { |
| 57 | return getManager().getAIChat(aiChatId) |
| 58 | } |
| 59 | |
| 60 | export function updateAIChatTitle(aiChatId: string, title: string) { |
| 61 | return getManager().updateAIChatTitle(aiChatId, title) |
nothing calls this directly
no test coverage detected