mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 11:29:47 +00:00
registery to handle updates and deletes
This commit is contained in:
parent
4b1b196251
commit
9e68ed3f36
5 changed files with 113 additions and 120 deletions
|
|
@ -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-11-13 15:29:27.077633"
|
||||
"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-11-13 18:16:59.065989"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
|
|
@ -7965,10 +7965,7 @@
|
|||
],
|
||||
"tags": [
|
||||
{
|
||||
"name": "Datasets"
|
||||
},
|
||||
{
|
||||
"name": "Inference"
|
||||
"name": "Shields"
|
||||
},
|
||||
{
|
||||
"name": "ScoringFunctions"
|
||||
|
|
@ -7977,20 +7974,38 @@
|
|||
"name": "MemoryBanks"
|
||||
},
|
||||
{
|
||||
"name": "Telemetry"
|
||||
"name": "Datasets"
|
||||
},
|
||||
{
|
||||
"name": "PostTraining"
|
||||
"name": "Agents"
|
||||
},
|
||||
{
|
||||
"name": "Models"
|
||||
"name": "DatasetIO"
|
||||
},
|
||||
{
|
||||
"name": "Inference"
|
||||
},
|
||||
{
|
||||
"name": "Inspect"
|
||||
},
|
||||
{
|
||||
"name": "Memory"
|
||||
},
|
||||
{
|
||||
"name": "Models"
|
||||
},
|
||||
{
|
||||
"name": "PostTraining"
|
||||
},
|
||||
{
|
||||
"name": "Safety"
|
||||
},
|
||||
{
|
||||
"name": "SyntheticDataGeneration"
|
||||
},
|
||||
{
|
||||
"name": "EvalTasks"
|
||||
},
|
||||
{
|
||||
"name": "Scoring"
|
||||
},
|
||||
|
|
@ -8001,22 +8016,7 @@
|
|||
"name": "Eval"
|
||||
},
|
||||
{
|
||||
"name": "SyntheticDataGeneration"
|
||||
},
|
||||
{
|
||||
"name": "EvalTasks"
|
||||
},
|
||||
{
|
||||
"name": "Shields"
|
||||
},
|
||||
{
|
||||
"name": "Memory"
|
||||
},
|
||||
{
|
||||
"name": "DatasetIO"
|
||||
},
|
||||
{
|
||||
"name": "Agents"
|
||||
"name": "Telemetry"
|
||||
},
|
||||
{
|
||||
"name": "BuiltinTool",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue