MCPcopy
hub / github.com/volcengine/OpenViking / _dim

Function _dim

openviking_cli/setup_wizard.py:78–79  ·  view source on GitHub ↗
(t: str)

Source from the content-addressed store, hash-verified

76
77
78def _dim(t: str) -> str:
79 return f"\033[2m{t}\033[0m" if _USE_COLOR else t
80
81
82def _bold(t: str) -> str:

Callers 15

_prompt_choice_numberedFunction · 0.70
_configured_hintFunction · 0.70
_ensure_ollamaFunction · 0.70
_ensure_codex_authFunction · 0.70
_write_configFunction · 0.70
_prompt_cloud_embeddingFunction · 0.70
_wizard_ollamaFunction · 0.70
_wizard_two_stepFunction · 0.70
_wizard_serverFunction · 0.70
_wizard_query_plannerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected