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

Function rcli_is_using_parakeet

src/api/rcli_api.cpp:2899–2903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2897}
2898
2899int rcli_is_using_parakeet(RCLIHandle handle) {
2900 if (!handle) return 0;
2901 auto* engine = static_cast<RCLIEngine*>(handle);
2902 return engine->using_parakeet ? 1 : 0;
2903}
2904
2905const char* rcli_get_llm_model(RCLIHandle handle) {
2906 if (!handle) return "unknown";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected