remove hack from openapi generator

This commit is contained in:
Xi Yan 2024-09-11 14:20:52 -07:00
parent 75ac0b2db1
commit 96f3058145
3 changed files with 25 additions and 30 deletions

View file

@ -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",