diff --git a/source/openapi.html b/source/openapi.html
index a490bac46..fd667a597 100644
--- a/source/openapi.html
+++ b/source/openapi.html
@@ -19,9 +19,9 @@
spec = {
"openapi": "3.1.0",
"info": {
- "title": "[DRAFT] Llama Stack Specification RFC",
- "version": "0.0.0",
- "description": "This is the specification of the llama stack that allows"
+ "title": "[DRAFT] Llama Stack Specification",
+ "version": "0.0.1",
+ "description": "This is the specification of the llama stack that provides \n a set of endpoints and their corresponding interfaces that are tailored to \n best leverage Llama Models. The specification is still in draft and subject to change."
},
"servers": [
{
@@ -3318,25 +3318,26 @@
],
"tags": [
{
- "name": "PostTraining"
+ "name": "Inference",
+ "x-displayName": "Set of methods that can be called on the inference service."
},
{
"name": "RewardScoring"
},
{
- "name": "Inference"
- },
- {
- "name": "Datasets"
+ "name": "AgenticSystem"
},
{
"name": "SyntheticDataGeneration"
},
{
- "name": "MemoryBanks"
+ "name": "PostTraining"
},
{
- "name": "AgenticSystem"
+ "name": "Datasets"
+ },
+ {
+ "name": "MemoryBanks"
},
{
"name": "ShieldConfig",
diff --git a/source/openapi.yaml b/source/openapi.yaml
index be291e84f..3b0ed13ce 100644
--- a/source/openapi.yaml
+++ b/source/openapi.yaml
@@ -1502,9 +1502,12 @@ components:
pattern: ^(https?://|file://|data:)
type: string
info:
- description: This is the specification of the llama stack that allows
- title: '[DRAFT] Llama Stack Specification RFC'
- version: 0.0.0
+ description: "This is the specification of the llama stack that provides \n \
+ \ a set of endpoints and their corresponding interfaces that are tailored\
+ \ to \n best leverage Llama Models. The specification is still\
+ \ in draft and subject to change."
+ title: '[DRAFT] Llama Stack Specification'
+ version: 0.0.1
jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema
openapi: 3.1.0
paths:
@@ -2012,13 +2015,14 @@ security:
servers:
- url: http://any-hosted-llama-stack.com
tags:
-- name: PostTraining
-- name: RewardScoring
- name: Inference
-- name: Datasets
-- name: SyntheticDataGeneration
-- name: MemoryBanks
+ x-displayName: Set of methods that can be called on the inference service.
+- name: RewardScoring
- name: AgenticSystem
+- name: SyntheticDataGeneration
+- name: PostTraining
+- name: Datasets
+- name: MemoryBanks
- description:
name: ShieldConfig
- description: