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

Function gen_tool_call_id

tools/server/server-common.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83std::string gen_tool_call_id() {
84 return random_string();
85}
86
87const char * get_media_marker() {
88 static const std::string marker = []() {

Callers 1

set_tool_call_idsMethod · 0.85

Calls 1

random_stringFunction · 0.70

Tested by

no test coverage detected