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

Function make_user_msg

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

Helper functions to create repeating message definitions

Source from the content-addressed store, hash-verified

191
192// Helper functions to create repeating message definitions
193static json make_user_msg() {
194 return json{
195 {"role", "user"},
196 {"content", "Hello, please help me."}
197 };
198}
199
200static json make_user_msg2() {
201 return json{

Callers 1

analyze_templateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected