(aiChatId: string, title: string)
| 58 | } |
| 59 | |
| 60 | export function updateAIChatTitle(aiChatId: string, title: string) { |
| 61 | return getManager().updateAIChatTitle(aiChatId, title) |
| 62 | } |
| 63 | |
| 64 | export function deleteAIChat(aiChatId: string) { |
| 65 | return getManager().deleteAIChat(aiChatId) |
nothing calls this directly
no test coverage detected