mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
Remove control plane from API list
This commit is contained in:
parent
a0bf20f19a
commit
be42fd5d56
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ class Api(Enum):
|
||||||
agents = "agents"
|
agents = "agents"
|
||||||
memory = "memory"
|
memory = "memory"
|
||||||
telemetry = "telemetry"
|
telemetry = "telemetry"
|
||||||
control_plane = "control_plane"
|
|
||||||
|
|
||||||
|
|
||||||
@json_schema_type
|
@json_schema_type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue