Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
std::string gen_tool_call_id() {
84
return random_string();
85
}
86
87
const char * get_media_marker() {
88
static const std::string marker = []() {
Callers
1
set_tool_call_ids
Method · 0.85
Calls
1
random_string
Function · 0.70
Tested by
no test coverage detected