(aiChatId: string)
| 145 | tokenUsage?: TokenUsageData |
| 146 | ): Promise<AIMessage> |
| 147 | getAIChatTokenUsage(aiChatId: string): Promise<TokenUsageData> |
| 148 | estimateContextTokens( |
| 149 | aiChatId: string |
| 150 | ): Promise<{ success: boolean; tokens: number; messageCount?: number; error?: string }> |
no outgoing calls
no test coverage detected