Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
def
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
67
def
print_model_output(text):
Callers
1
run_tool_loop
Function · 0.70
Calls
1
_print
Function · 0.70
Tested by
no test coverage detected