MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / get_bolded_text

Function get_bolded_text

src/hyperagent/utils.py:498–500  ·  view source on GitHub ↗

Get bolded text.

(text: str)

Source from the content-addressed store, hash-verified

496
497
498def get_bolded_text(text: str) -> str:
499 """Get bolded text."""
500 return f"\033[1m{text}\033[0m"
501
502
503def print_text(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected