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

Function print_tool_result

scripts/server-test-structured.py:62–64  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

60
61
62def print_tool_result(result):
63 preview = result[:160] + ("…" if len(result) > 160 else "")
64 _print(f" {DIM}{BLUE}↳ result{RESET} {DIM}{preview}{RESET}")
65
66
67def print_model_output(text):

Callers 1

run_tool_loopFunction · 0.70

Calls 1

_printFunction · 0.70

Tested by

no test coverage detected