(aiChatId: string)
| 86 | } |
| 87 | |
| 88 | export function getMessages(aiChatId: string) { |
| 89 | return getManager().getMessages(aiChatId) |
| 90 | } |
| 91 | |
| 92 | export function deleteMessage(messageId: string) { |
| 93 | return getManager().deleteMessage(messageId) |
nothing calls this directly
no test coverage detected