MCPcopy Create free account
hub / github.com/RunanywhereAI/RCLI / rcli_get_transcript

Function rcli_get_transcript

src/api/rcli_api.cpp:2306–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2304}
2305
2306const 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected