| 11 | import { LIVE_MODELS } from "../services/firebaseAIService"; |
| 12 | |
| 13 | interface LiveViewProps { |
| 14 | aiInstance: AI; |
| 15 | } |
| 16 | |
| 17 | type ConversationState = "idle" | "active" | "error"; |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected