File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ var toolToHTTPRoute = map[string]string{
3535 ToolListKnownBackends : "GET /backends/known" ,
3636 ToolSystemInfo : "GET / (welcome JSON)" ,
3737 ToolListNodes : "GET /api/nodes" ,
38+ ToolListScheduling : "GET /api/nodes/scheduling" ,
39+ ToolGetScheduling : "GET /api/nodes/scheduling/:model" ,
3840 ToolVRAMEstimate : "POST /api/models/vram-estimate" ,
3941 ToolGetBranding : "GET /api/branding" ,
4042 ToolGetUsageStats : "GET /api/usage (or /api/usage/all when all=true)" ,
@@ -60,6 +62,8 @@ var toolToHTTPRoute = map[string]string{
6062 ToolCreateVoiceProfile : "POST /api/voice-profiles" ,
6163 ToolDeleteVoiceProfile : "DELETE /api/voice-profiles/:id" ,
6264 ToolSetNodeVRAMBudget : "PUT /api/nodes/:id/vram-budget" ,
65+ ToolSetScheduling : "POST /api/nodes/scheduling" ,
66+ ToolDeleteScheduling : "DELETE /api/nodes/scheduling/:model" ,
6367}
6468
6569// allKnownTools is the union of expectedFullCatalog (defined in
You can’t perform that action at this time.
0 commit comments