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

Function gen_chatcmplid

tools/server/server-common.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79std::string gen_chatcmplid() {
80 return "chatcmpl-" + random_string();
81}
82
83std::string gen_tool_call_id() {
84 return random_string();

Callers 1

Calls 1

random_stringFunction · 0.70

Tested by

no test coverage detected