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

Class tool_memory_entry

ds4_server.c:7647–7647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7645 }
7646
7647 const char *item_type = item->is_custom ? "custom_tool_call" : "function_call";
7648 const char *body_field = item->is_custom ? "input" : "arguments";
7649 buf_printf(b,
7650 "{\"id\":\"%s\",\"type\":\"%s\",\"status\":\"%s\",\"name\":",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected