File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ pub enum Action {
48
48
ListRole ,
49
49
GetAbout ,
50
50
QueryLLM ,
51
+ AddLLM ,
52
+ DeleteLLM ,
53
+ GetLLM ,
54
+ ListLLM ,
51
55
ListCluster ,
52
56
ListClusterMetrics ,
53
57
DeleteNode ,
@@ -115,6 +119,10 @@ impl RoleBuilder {
115
119
| Action :: DeleteUser
116
120
| Action :: GetAbout
117
121
| Action :: QueryLLM
122
+ | Action :: AddLLM
123
+ | Action :: DeleteLLM
124
+ | Action :: GetLLM
125
+ | Action :: ListLLM
118
126
| Action :: PutRole
119
127
| Action :: GetRole
120
128
| Action :: DeleteRole
@@ -234,6 +242,8 @@ pub mod model {
234
242
Action :: GetAlert ,
235
243
Action :: DeleteAlert ,
236
244
Action :: QueryLLM ,
245
+ Action :: GetLLM ,
246
+ Action :: ListLLM ,
237
247
Action :: CreateFilter ,
238
248
Action :: ListFilter ,
239
249
Action :: GetFilter ,
@@ -276,6 +286,8 @@ pub mod model {
276
286
Action :: DeleteDashboard ,
277
287
Action :: Ingest ,
278
288
Action :: QueryLLM ,
289
+ Action :: GetLLM ,
290
+ Action :: ListLLM ,
279
291
Action :: GetStreamInfo ,
280
292
Action :: GetFilter ,
281
293
Action :: ListFilter ,
@@ -298,6 +310,8 @@ pub mod model {
298
310
Action :: GetSchema ,
299
311
Action :: GetStats ,
300
312
Action :: QueryLLM ,
313
+ Action :: GetLLM ,
314
+ Action :: ListLLM ,
301
315
Action :: ListFilter ,
302
316
Action :: GetFilter ,
303
317
Action :: CreateFilter ,
@@ -326,4 +340,4 @@ pub mod model {
326
340
tag : None ,
327
341
}
328
342
}
329
- }
343
+ }
You can’t perform that action at this time.
0 commit comments