MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / _language_option_callback

Function _language_option_callback

openkb/cli.py:844–845  ·  view source on GitHub ↗
(_ctx, _param, value)

Source from the content-addressed store, hash-verified

842
843
844def _language_option_callback(_ctx, _param, value):
845 return _coerce_language(value)
846
847
848def _coerce_model(value: str | None) -> str | None:

Callers

nothing calls this directly

Calls 1

_coerce_languageFunction · 0.85

Tested by

no test coverage detected