diff --git a/rfcs/RFC-0001-llama-stack-assets/llama-stack-spec.html b/rfcs/RFC-0001-llama-stack-assets/llama-stack-spec.html
index e611b2bc3..f0203c8c3 100644
--- a/rfcs/RFC-0001-llama-stack-assets/llama-stack-spec.html
+++ b/rfcs/RFC-0001-llama-stack-assets/llama-stack-spec.html
@@ -21,7 +21,7 @@
"info": {
"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.\n Generated at 2024-09-11 14:17:44.361462"
+ "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.\n Generated at 2024-09-11 14:20:37.290525"
},
"servers": [
{
@@ -5677,6 +5677,12 @@
}
],
"tags": [
+ {
+ "name": "RewardScoring"
+ },
+ {
+ "name": "Inference"
+ },
{
"name": "Telemetry"
},
@@ -5684,31 +5690,25 @@
"name": "Evaluations"
},
{
- "name": "PostTraining"
- },
- {
- "name": "Datasets"
+ "name": "Safety"
},
{
"name": "SyntheticDataGeneration"
},
{
- "name": "BatchInference"
+ "name": "Datasets"
},
{
- "name": "Inference"
- },
- {
- "name": "AgenticSystem"
- },
- {
- "name": "Safety"
+ "name": "PostTraining"
},
{
"name": "Memory"
},
{
- "name": "RewardScoring"
+ "name": "BatchInference"
+ },
+ {
+ "name": "AgenticSystem"
},
{
"name": "BuiltinTool",
diff --git a/rfcs/RFC-0001-llama-stack-assets/llama-stack-spec.yaml b/rfcs/RFC-0001-llama-stack-assets/llama-stack-spec.yaml
index b029f9adf..bd7701449 100644
--- a/rfcs/RFC-0001-llama-stack-assets/llama-stack-spec.yaml
+++ b/rfcs/RFC-0001-llama-stack-assets/llama-stack-spec.yaml
@@ -2470,7 +2470,7 @@ info:
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.\n Generated at 2024-09-11 14:17:44.361462"
+ \ draft and subject to change.\n Generated at 2024-09-11 14:20:37.290525"
title: '[DRAFT] Llama Stack Specification'
version: 0.0.1
jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema
@@ -3445,17 +3445,17 @@ security:
servers:
- url: http://any-hosted-llama-stack.com
tags:
+- name: RewardScoring
+- name: Inference
- name: Telemetry
- name: Evaluations
-- name: PostTraining
-- name: Datasets
-- name: SyntheticDataGeneration
-- name: BatchInference
-- name: Inference
-- name: AgenticSystem
- name: Safety
+- name: SyntheticDataGeneration
+- name: Datasets
+- name: PostTraining
- name: Memory
-- name: RewardScoring
+- name: BatchInference
+- name: AgenticSystem
- description:
name: BuiltinTool
- description: