MCPcopy Create free account
hub / github.com/antirez/ds4 / raw_partial_lit

Function raw_partial_lit

ds4_server.c:5199–5203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5197 * a reasoning-only incomplete turn and the client replays the history. */
5198 if (pending_reasoning.len) {
5199 chat_msg msg = {0};
5200 msg.role = xstrdup("assistant");
5201 msg.content = xstrdup("");
5202 msg.reasoning = buf_take(&pending_reasoning);
5203 chat_msgs_push(msgs, msg);
5204 }
5205 buf_free(&pending_reasoning);
5206 return true;

Callers 3

raw_partial_anyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected