| 2304 | } |
| 2305 | |
| 2306 | const char* rcli_get_transcript(RCLIHandle handle) { |
| 2307 | if (!handle) return ""; |
| 2308 | auto* engine = static_cast<RCLIEngine*>(handle); |
| 2309 | return engine->last_transcript.c_str(); |
| 2310 | } |
| 2311 | |
| 2312 | // ============================================================================= |
| 2313 | // Barge-In & Voice Mode |
nothing calls this directly
no outgoing calls
no test coverage detected