| 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\":", |
nothing calls this directly
no outgoing calls
no test coverage detected