From 9f709387e272ad408b0318098698c06dde2d0b93 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 28 Jan 2025 13:26:34 -0800 Subject: [PATCH] Kill X-LlamaStack-{Client-Version, Provider-Data} from OpenAPI spec ClientVersion: We don't need each SDK method to support this parameter because you wouldn't be passing a different client version each time you make an API call. ProviderData: although in this case, you _could_ be passing different API keys depending on which SDK call you make, it makes for a confusing experience. It is best to initialize the LlamaStackClient with all the keys which are then passed in each request. --- docs/openapi_generator/pyopenapi/generator.py | 18 - docs/resources/llama-stack-spec.html | 1452 +---------------- docs/resources/llama-stack-spec.yaml | 1116 +------------ 3 files changed, 80 insertions(+), 2506 deletions(-) diff --git a/docs/openapi_generator/pyopenapi/generator.py b/docs/openapi_generator/pyopenapi/generator.py index d7e49fd31..317b895b5 100644 --- a/docs/openapi_generator/pyopenapi/generator.py +++ b/docs/openapi_generator/pyopenapi/generator.py @@ -486,24 +486,6 @@ class Generator: # parameters passed anywhere parameters = path_parameters + query_parameters - parameters += [ - Parameter( - name="X-LlamaStack-Provider-Data", - in_=ParameterLocation.Header, - description="JSON-encoded provider data which will be made available to the adapter servicing the API", - required=False, - schema=self.schema_builder.classdef_to_ref(str), - ) - ] - parameters += [ - Parameter( - name="X-LlamaStack-Client-Version", - in_=ParameterLocation.Header, - description="Version of the client making the request. This is used to ensure that the client and server are compatible.", - required=False, - schema=self.schema_builder.classdef_to_ref(str), - ) - ] # data passed in payload if op.request_params: diff --git a/docs/resources/llama-stack-spec.html b/docs/resources/llama-stack-spec.html index 2929972e8..5998963d2 100644 --- a/docs/resources/llama-stack-spec.html +++ b/docs/resources/llama-stack-spec.html @@ -78,24 +78,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] }, @@ -108,26 +90,7 @@ "tags": [ "DatasetIO" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -157,26 +120,7 @@ "tags": [ "BatchInference (Coming Soon)" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -206,26 +150,7 @@ "tags": [ "BatchInference (Coming Soon)" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -248,26 +173,7 @@ "tags": [ "PostTraining (Coming Soon)" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -304,26 +210,7 @@ "tags": [ "Inference" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -360,26 +247,7 @@ "tags": [ "Inference" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -409,26 +277,7 @@ "tags": [ "Agents" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -466,24 +315,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ], "requestBody": { @@ -538,24 +369,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ], "requestBody": { @@ -588,24 +401,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -654,24 +449,6 @@ "type": "string" } } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] }, @@ -700,24 +477,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -739,26 +498,7 @@ "tags": [ "Inference" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -796,24 +536,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ], "requestBody": { @@ -877,24 +599,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -940,24 +644,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -994,24 +680,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] }, @@ -1032,24 +700,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1086,24 +736,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1140,24 +772,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] }, @@ -1178,24 +792,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1232,24 +828,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1286,24 +864,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1341,24 +901,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1407,24 +949,6 @@ "schema": { "type": "integer" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1454,24 +978,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1501,24 +1007,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] }, @@ -1540,24 +1028,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1587,24 +1057,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1641,24 +1093,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1695,24 +1129,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1734,26 +1150,7 @@ "tags": [ "PostTraining (Coming Soon)" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] } }, "/v1/vector-dbs/{vector_db_id}": { @@ -1788,24 +1185,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] }, @@ -1826,24 +1205,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -1865,26 +1226,7 @@ "tags": [ "Inspect" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] } }, "/v1/tool-runtime/rag-tool/insert": { @@ -1898,26 +1240,7 @@ "ToolRuntime" ], "summary": "Index documents so they can be used by the RAG system", - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -1940,26 +1263,7 @@ "tags": [ "VectorIO" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -1990,26 +1294,7 @@ "ToolRuntime" ], "summary": "Run a tool with the given arguments", - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -2062,24 +1347,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] }, @@ -2108,24 +1375,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -2163,24 +1412,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -2202,26 +1433,7 @@ "tags": [ "Datasets" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] }, "post": { "responses": { @@ -2232,26 +1444,7 @@ "tags": [ "Datasets" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -2281,26 +1474,7 @@ "tags": [ "EvalTasks" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] }, "post": { "responses": { @@ -2311,26 +1485,7 @@ "tags": [ "EvalTasks" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -2360,26 +1515,7 @@ "tags": [ "Models" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] }, "post": { "responses": { @@ -2397,26 +1533,7 @@ "tags": [ "Models" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -2446,26 +1563,7 @@ "tags": [ "Inspect" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] } }, "/v1/inspect/routes": { @@ -2485,26 +1583,7 @@ "tags": [ "Inspect" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] } }, "/v1/tool-runtime/list-tools": { @@ -2540,24 +1619,6 @@ "schema": { "$ref": "#/components/schemas/URL" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -2579,26 +1640,7 @@ "tags": [ "ScoringFunctions" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] }, "post": { "responses": { @@ -2609,26 +1651,7 @@ "tags": [ "ScoringFunctions" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -2658,26 +1681,7 @@ "tags": [ "Shields" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] }, "post": { "responses": { @@ -2695,26 +1699,7 @@ "tags": [ "Shields" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -2745,26 +1730,7 @@ "ToolGroups" ], "summary": "List tool groups with optional provider", - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] }, "post": { "responses": { @@ -2776,26 +1742,7 @@ "ToolGroups" ], "summary": "Register a tool group", - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -2834,24 +1781,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -2873,26 +1802,7 @@ "tags": [ "VectorDBs" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] }, "post": { "responses": { @@ -2910,26 +1820,7 @@ "tags": [ "VectorDBs" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -2952,26 +1843,7 @@ "tags": [ "Telemetry" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -3001,26 +1873,7 @@ "tags": [ "PostTraining (Coming Soon)" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -3051,26 +1904,7 @@ "ToolRuntime" ], "summary": "Query the RAG system for context; typically invoked by the agent", - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -3100,26 +1934,7 @@ "tags": [ "VectorIO" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -3179,24 +1994,6 @@ "schema": { "type": "integer" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -3256,24 +2053,6 @@ "type": "string" } } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ] } @@ -3303,24 +2082,6 @@ "schema": { "type": "string" } - }, - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } } ], "requestBody": { @@ -3352,26 +2113,7 @@ "tags": [ "Safety" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -3394,26 +2136,7 @@ "tags": [ "Telemetry" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -3443,26 +2166,7 @@ "tags": [ "Scoring" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -3492,26 +2196,7 @@ "tags": [ "Scoring" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -3541,26 +2226,7 @@ "tags": [ "PostTraining (Coming Soon)" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -3590,26 +2256,7 @@ "tags": [ "SyntheticDataGeneration (Coming Soon)" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ], + "parameters": [], "requestBody": { "content": { "application/json": { @@ -3639,26 +2286,7 @@ "tags": [ "Inspect" ], - "parameters": [ - { - "name": "X-LlamaStack-Provider-Data", - "in": "header", - "description": "JSON-encoded provider data which will be made available to the adapter servicing the API", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "X-LlamaStack-Client-Version", - "in": "header", - "description": "Version of the client making the request. This is used to ensure that the client and server are compatible.", - "required": false, - "schema": { - "type": "string" - } - } - ] + "parameters": [] } } }, diff --git a/docs/resources/llama-stack-spec.yaml b/docs/resources/llama-stack-spec.yaml index 2b11c1537..1d7c4f113 100644 --- a/docs/resources/llama-stack-spec.yaml +++ b/docs/resources/llama-stack-spec.yaml @@ -41,41 +41,13 @@ paths: required: false schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string post: responses: '200': description: OK tags: - DatasetIO - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -93,21 +65,7 @@ paths: $ref: '#/components/schemas/BatchChatCompletionResponse' tags: - BatchInference (Coming Soon) - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -125,21 +83,7 @@ paths: $ref: '#/components/schemas/BatchCompletionResponse' tags: - BatchInference (Coming Soon) - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -153,21 +97,7 @@ paths: description: OK tags: - PostTraining (Coming Soon) - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -187,21 +117,7 @@ paths: - $ref: '#/components/schemas/ChatCompletionResponseStreamChunk' tags: - Inference - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -221,21 +137,7 @@ paths: - $ref: '#/components/schemas/CompletionResponseStreamChunk' tags: - Inference - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -253,21 +155,7 @@ paths: $ref: '#/components/schemas/AgentCreateResponse' tags: - Agents - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -291,20 +179,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string requestBody: content: application/json: @@ -336,20 +210,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string requestBody: content: application/json: @@ -369,20 +229,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/agents/{agent_id}/session/{session_id}: get: responses: @@ -412,20 +258,6 @@ paths: type: array items: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string delete: responses: '200': @@ -443,20 +275,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/inference/embeddings: post: responses: @@ -468,21 +286,7 @@ paths: $ref: '#/components/schemas/EmbeddingsResponse' tags: - Inference - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -506,20 +310,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string requestBody: content: application/json: @@ -558,20 +348,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/agents/{agent_id}/session/{session_id}/turn/{turn_id}: get: responses: @@ -599,20 +375,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/datasets/{dataset_id}: get: responses: @@ -632,20 +394,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string delete: responses: '200': @@ -658,20 +406,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/eval-tasks/{eval_task_id}: get: responses: @@ -691,20 +425,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/models/{model_id}: get: responses: @@ -724,20 +444,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string delete: responses: '200': @@ -750,20 +456,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/scoring-functions/{scoring_fn_id}: get: responses: @@ -783,20 +475,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/shields/{identifier}: get: responses: @@ -816,20 +494,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/telemetry/traces/{trace_id}/spans/{span_id}: get: responses: @@ -852,20 +516,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/telemetry/spans/{span_id}/tree: get: responses: @@ -895,20 +545,6 @@ paths: required: false schema: type: integer - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/tools/{tool_name}: get: responses: @@ -926,20 +562,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/toolgroups/{toolgroup_id}: get: responses: @@ -957,20 +579,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string delete: responses: '200': @@ -984,20 +592,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/telemetry/traces/{trace_id}: get: responses: @@ -1015,20 +609,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/post-training/job/artifacts: get: responses: @@ -1048,20 +628,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/post-training/job/status: get: responses: @@ -1081,20 +647,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/post-training/jobs: get: responses: @@ -1106,21 +658,7 @@ paths: $ref: '#/components/schemas/ListPostTrainingJobsResponse' tags: - PostTraining (Coming Soon) - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] /v1/vector-dbs/{vector_db_id}: get: responses: @@ -1140,20 +678,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string delete: responses: '200': @@ -1166,20 +690,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/health: get: responses: @@ -1191,21 +701,7 @@ paths: $ref: '#/components/schemas/HealthInfo' tags: - Inspect - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] /v1/tool-runtime/rag-tool/insert: post: responses: @@ -1214,21 +710,7 @@ paths: tags: - ToolRuntime summary: Index documents so they can be used by the RAG system - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1242,21 +724,7 @@ paths: description: OK tags: - VectorIO - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1275,21 +743,7 @@ paths: tags: - ToolRuntime summary: Run a tool with the given arguments - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1320,20 +774,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string delete: responses: '200': @@ -1351,20 +791,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/eval/tasks/{task_id}/jobs/{job_id}/result: get: responses: @@ -1387,20 +813,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/datasets: get: responses: @@ -1412,42 +824,14 @@ paths: $ref: '#/components/schemas/ListDatasetsResponse' tags: - Datasets - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] post: responses: '200': description: OK tags: - Datasets - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1465,42 +849,14 @@ paths: $ref: '#/components/schemas/ListEvalTasksResponse' tags: - EvalTasks - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] post: responses: '200': description: OK tags: - EvalTasks - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1518,21 +874,7 @@ paths: $ref: '#/components/schemas/ListModelsResponse' tags: - Models - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] post: responses: '200': @@ -1543,21 +885,7 @@ paths: $ref: '#/components/schemas/Model' tags: - Models - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1575,21 +903,7 @@ paths: $ref: '#/components/schemas/ListProvidersResponse' tags: - Inspect - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] /v1/inspect/routes: get: responses: @@ -1601,21 +915,7 @@ paths: $ref: '#/components/schemas/ListRoutesResponse' tags: - Inspect - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] /v1/tool-runtime/list-tools: get: responses: @@ -1638,20 +938,6 @@ paths: required: false schema: $ref: '#/components/schemas/URL' - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/scoring-functions: get: responses: @@ -1663,42 +949,14 @@ paths: $ref: '#/components/schemas/ListScoringFunctionsResponse' tags: - ScoringFunctions - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] post: responses: '200': description: OK tags: - ScoringFunctions - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1716,21 +974,7 @@ paths: $ref: '#/components/schemas/ListShieldsResponse' tags: - Shields - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] post: responses: '200': @@ -1741,21 +985,7 @@ paths: $ref: '#/components/schemas/Shield' tags: - Shields - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1774,21 +1004,7 @@ paths: tags: - ToolGroups summary: List tool groups with optional provider - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] post: responses: '200': @@ -1796,21 +1012,7 @@ paths: tags: - ToolGroups summary: Register a tool group - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1835,20 +1037,6 @@ paths: required: false schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/vector-dbs: get: responses: @@ -1860,21 +1048,7 @@ paths: $ref: '#/components/schemas/ListVectorDBsResponse' tags: - VectorDBs - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] post: responses: '200': @@ -1885,21 +1059,7 @@ paths: $ref: '#/components/schemas/VectorDB' tags: - VectorDBs - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1913,21 +1073,7 @@ paths: description: OK tags: - Telemetry - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1945,21 +1091,7 @@ paths: $ref: '#/components/schemas/PostTrainingJob' tags: - PostTraining (Coming Soon) - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -1978,21 +1110,7 @@ paths: tags: - ToolRuntime summary: Query the RAG system for context; typically invoked by the agent - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -2010,21 +1128,7 @@ paths: $ref: '#/components/schemas/QueryChunksResponse' tags: - VectorIO - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -2062,20 +1166,6 @@ paths: required: false schema: type: integer - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/telemetry/traces: get: responses: @@ -2112,20 +1202,6 @@ paths: type: array items: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string /v1/eval/tasks/{task_id}/jobs: post: responses: @@ -2143,20 +1219,6 @@ paths: required: true schema: type: string - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string requestBody: content: application/json: @@ -2174,21 +1236,7 @@ paths: $ref: '#/components/schemas/RunShieldResponse' tags: - Safety - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -2202,21 +1250,7 @@ paths: description: OK tags: - Telemetry - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -2234,21 +1268,7 @@ paths: $ref: '#/components/schemas/ScoreResponse' tags: - Scoring - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -2266,21 +1286,7 @@ paths: $ref: '#/components/schemas/ScoreBatchResponse' tags: - Scoring - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -2298,21 +1304,7 @@ paths: $ref: '#/components/schemas/PostTrainingJob' tags: - PostTraining (Coming Soon) - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -2330,21 +1322,7 @@ paths: $ref: '#/components/schemas/SyntheticDataGenerationResponse' tags: - SyntheticDataGeneration (Coming Soon) - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] requestBody: content: application/json: @@ -2362,21 +1340,7 @@ paths: $ref: '#/components/schemas/VersionInfo' tags: - Inspect - parameters: - - name: X-LlamaStack-Provider-Data - in: header - description: JSON-encoded provider data which will be made available to - the adapter servicing the API - required: false - schema: - type: string - - name: X-LlamaStack-Client-Version - in: header - description: Version of the client making the request. This is used to ensure - that the client and server are compatible. - required: false - schema: - type: string + parameters: [] jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema components: schemas: