MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / print_tool_call

Function print_tool_call

scripts/server-test-structured.py:55–59  ·  view source on GitHub ↗
(name, args)

Source from the content-addressed store, hash-verified

53
54
55def print_tool_call(name, args):
56 args_str = json.dumps(args)
57 _print(
58 f"\n {BOLD}{YELLOW}⚙ tool call{RESET} {CYAN}{name}{RESET}{DIM}({args_str}){RESET}"
59 )
60
61
62def print_tool_result(result):

Callers 1

run_tool_loopFunction · 0.70

Calls 1

_printFunction · 0.70

Tested by

no test coverage detected