regen openapi

This commit is contained in:
Xi Yan 2024-10-15 10:20:30 -07:00
parent 2c23a66300
commit 0c4ed66ecc
2 changed files with 55 additions and 12 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-10-10 15:29:56.831109"
"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-10-15 10:20:19.984531"
},
"servers": [
{
@ -6228,7 +6228,49 @@
],
"tags": [
{
"name": "Agents"
},
{
"name": "Telemetry"
},
{
"name": "Safety"
},
{
"name": "MemoryBanks"
},
{
"name": "Datasets"
},
{
"name": "Shields"
},
{
"name": "RewardScoring"
},
{
"name": "PostTraining"
},
{
"name": "Models"
},
{
"name": "Inspect"
},
{
"name": "Evals"
},
{
"name": "BatchInference"
},
{
"name": "Inference"
},
{
"name": "Memory"
},
{
"name": "SyntheticDataGeneration"
},
{
"name": "BuiltinTool",