Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
78
def
_dim(t: str) -> str:
79
return
f
"\033[2m{t}\033[0m"
if
_USE_COLOR
else
t
80
81
82
def
_bold(t: str) -> str:
Callers
15
_prompt_choice_numbered
Function · 0.70
_prompt_choice_interactive
Function · 0.70
_configured_hint
Function · 0.70
_ensure_ollama
Function · 0.70
_ensure_codex_auth
Function · 0.70
_write_config
Function · 0.70
_prompt_cloud_embedding
Function · 0.70
_prompt_llamacpp_embedding
Function · 0.70
_wizard_ollama
Function · 0.70
_wizard_two_step
Function · 0.70
_wizard_server
Function · 0.70
_wizard_query_planner
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected