openapi generator rerun

This commit is contained in:
Xi Yan 2024-09-11 15:30:51 -07:00
parent 8385a45aca
commit 83ffdcc1ef
2 changed files with 33 additions and 33 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:20:37.290525"
"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 15:30:11.688505"
},
"servers": [
{
@ -5678,37 +5678,37 @@
],
"tags": [
{
"name": "RewardScoring"
"name": "BatchInference"
},
{
"name": "Inference"
},
{
"name": "Telemetry"
},
{
"name": "Evaluations"
},
{
"name": "Safety"
},
{
"name": "SyntheticDataGeneration"
},
{
"name": "Datasets"
},
{
"name": "PostTraining"
"name": "AgenticSystem"
},
{
"name": "Memory"
},
{
"name": "BatchInference"
"name": "Inference"
},
{
"name": "AgenticSystem"
"name": "RewardScoring"
},
{
"name": "Telemetry"
},
{
"name": "Safety"
},
{
"name": "Evaluations"
},
{
"name": "Datasets"
},
{
"name": "SyntheticDataGeneration"
},
{
"name": "PostTraining"
},
{
"name": "BuiltinTool",