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

Function _build_style

openkb/agent/chat.py:81–82  ·  view source on GitHub ↗
(use_color: bool)

Source from the content-addressed store, hash-verified

79
80
81def _build_style(use_color: bool) -> Style:
82 return Style.from_dict(_STYLE_DICT if use_color else {})
83
84
85def _fmt(style: Style, *fragments: tuple[str, str]) -> None:

Callers 2

run_queryFunction · 0.90
run_chatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected