(category: string, message: string, extra?: Record<string, unknown>)
| 96 | |
| 97 | export interface AIChatManagerLogger { |
| 98 | warn(category: string, message: string, extra?: Record<string, unknown>): void |
| 99 | } |
| 100 | |
| 101 | const defaultLogger: AIChatManagerLogger = { |
no outgoing calls
no test coverage detected