diff --git a/source/api_definitions.py b/source/api_definitions.py index ecc59c141..84e0954f7 100644 --- a/source/api_definitions.py +++ b/source/api_definitions.py @@ -237,7 +237,6 @@ class AgenticSystemExecuteResponseStreamChunk: class AgenticSystem(Protocol): - """Set of methods that can be called on the agentic system.""" @webmethod(route="/agentic_system/create") def create_agentic_system( diff --git a/source/openapi.html b/source/openapi.html index f66c3cf6a..a4b8e7ca7 100644 --- a/source/openapi.html +++ b/source/openapi.html @@ -3318,21 +3318,20 @@ ], "tags": [ { - "name": "Datasets" - }, - { - "name": "AgenticSystem", - "x-displayName": "Set of methods that can be called on the agentic system." - }, - { - "name": "MemoryBanks" + "name": "PostTraining" }, { "name": "Inference", "x-displayName": "Set of methods that can be called on the inference service." }, { - "name": "PostTraining" + "name": "MemoryBanks" + }, + { + "name": "Datasets" + }, + { + "name": "AgenticSystem" }, { "name": "SyntheticDataGeneration" diff --git a/source/openapi.yaml b/source/openapi.yaml index 76db85114..e14d457e2 100644 --- a/source/openapi.yaml +++ b/source/openapi.yaml @@ -2015,13 +2015,12 @@ security: servers: - url: http://any-hosted-llama-stack.com tags: -- name: Datasets -- name: AgenticSystem - x-displayName: Set of methods that can be called on the agentic system. -- name: MemoryBanks +- name: PostTraining - name: Inference x-displayName: Set of methods that can be called on the inference service. -- name: PostTraining +- name: MemoryBanks +- name: Datasets +- name: AgenticSystem - name: SyntheticDataGeneration - name: RewardScoring - description: