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

Function print_schema_note

scripts/server-test-structured.py:84–90  ·  view source on GitHub ↗
(label, rf)

Source from the content-addressed store, hash-verified

82
83
84def print_schema_note(label, rf):
85 kind = rf.get("type", "?")
86 name = ""
87 if kind == "json_schema":
88 name = rf.get("json_schema", {}).get("name", "")
89 _print(f"{DIM}{MAGENTA} ⟐ response_format [{label}]: {kind}"
90 f"{(' / ' + name) if name else ''}{RESET}")
91
92
93# ---------------------------------------------------------------------------

Callers 1

run_testFunction · 0.85

Calls 2

_printFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected