Constant SLOTS_ID
Source pub const SLOTS_ID: &str = "/slots/{id_slot}";
Expand description
Save or restore one slot’s KV state, llama.cpp’s
POST /slots/:id_slot?action=save|restore.
A template like V1_STREAM, and absent from ALL for the same
reason: a caller probing a literal {id_slot} would get a 404.