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

Function _model_option_callback

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

Source from the content-addressed store, hash-verified

870
871
872def _model_option_callback(_ctx, _param, value):
873 return _coerce_model(value)
874
875
876def _stdin_is_tty() -> bool:

Callers

nothing calls this directly

Calls 1

_coerce_modelFunction · 0.85

Tested by

no test coverage detected