From be42fd5d56cc55eb8db4278b2683996e0fb09fce Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 17 Sep 2024 13:10:47 -0700 Subject: [PATCH] Remove control plane from API list --- llama_stack/distribution/datatypes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_stack/distribution/datatypes.py b/llama_stack/distribution/datatypes.py index 33676e76e..e57617016 100644 --- a/llama_stack/distribution/datatypes.py +++ b/llama_stack/distribution/datatypes.py @@ -20,7 +20,6 @@ class Api(Enum): agents = "agents" memory = "memory" telemetry = "telemetry" - control_plane = "control_plane" @json_schema_type