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

Function make_user_msg2

tools/parser/template-analysis.cpp:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200static json make_user_msg2() {
201 return json{
202 {"role", "user"},
203 {"content", "Thank you."}
204 };
205}
206
207static json make_user_msg2_continue() {
208 return json{

Callers 1

analyze_templateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected