MCPcopy Create free account
hub / github.com/Luce-Org/lucebox-hub / parse_responses_arguments

Function parse_responses_arguments

server/src/server/http_server.cpp:701–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699 }},
700 {"sampling", {
701 {"capabilities", {
702 {"supports_temperature", true},
703 {"supports_top_p", true},
704 {"supports_top_k", true},
705 {"supports_frequency_penalty", true},
706 {"supports_seed", true},
707 }},
708 }},
709 {"pflash", pflash},
710 {"prefix_cache", {
711 {"capacity", pcs.capacity},
712 {"in_use", pcs.in_use},
713 {"lifetime_hits", pcs.lifetime_hits},
714 }},
715 {"full_cache", {
716 {"enabled", pcfs.enabled},

Callers 1

normalize_chat_messagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected