MCPcopy Create free account
hub / github.com/Tencent/digitalhuman / debug

Method debug

HATE/basic_hate/agentverse/logging.py:121–127  ·  view source on GitHub ↗
(
        self,
        message,
        title="",
        title_color="",
    )

Source from the content-addressed store, hash-verified

119 )
120
121 def debug(
122 self,
123 message,
124 title="",
125 title_color="",
126 ):
127 self._log(title, title_color, message, logging.DEBUG)
128
129 def info(
130 self,

Callers 15

log_promptMethod · 0.95
create_optimizerMethod · 0.80
get_responseFunction · 0.80
create_optimizerMethod · 0.80
_process_featuresMethod · 0.80
log_jsonMethod · 0.80
manipulate_memoryMethod · 0.80
astepMethod · 0.80
astepMethod · 0.80
astepMethod · 0.80
astepMethod · 0.80

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected