This commit is contained in:
Xi Yan 2024-11-13 11:03:06 -05:00
parent 5925488de4
commit ce6c641ebd
2 changed files with 85 additions and 85 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-11-12 15:47:15.607543"
"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 11:02:50.081698"
},
"servers": [
{
@ -5170,7 +5170,7 @@
"const": "dataset",
"default": "dataset"
},
"schema": {
"dataset_schema": {
"type": "object",
"additionalProperties": {
"oneOf": [
@ -5352,7 +5352,7 @@
"provider_resource_id",
"provider_id",
"type",
"schema",
"dataset_schema",
"url",
"metadata"
]
@ -6678,7 +6678,7 @@
"dataset_id": {
"type": "string"
},
"schema": {
"dataset_schema": {
"type": "object",
"additionalProperties": {
"oneOf": [
@ -6863,7 +6863,7 @@
"additionalProperties": false,
"required": [
"dataset_id",
"schema",
"dataset_schema",
"url"
]
},
@ -7837,58 +7837,58 @@
],
"tags": [
{
"name": "Safety"
},
{
"name": "EvalTasks"
},
{
"name": "Shields"
},
{
"name": "Telemetry"
},
{
"name": "Memory"
},
{
"name": "Scoring"
},
{
"name": "ScoringFunctions"
},
{
"name": "SyntheticDataGeneration"
"name": "Inspect"
},
{
"name": "Models"
},
{
"name": "Agents"
"name": "Eval"
},
{
"name": "MemoryBanks"
"name": "EvalTasks"
},
{
"name": "DatasetIO"
"name": "Scoring"
},
{
"name": "Inference"
},
{
"name": "Datasets"
"name": "Memory"
},
{
"name": "Safety"
},
{
"name": "PostTraining"
},
{
"name": "ScoringFunctions"
},
{
"name": "Telemetry"
},
{
"name": "Shields"
},
{
"name": "BatchInference"
},
{
"name": "Eval"
"name": "MemoryBanks"
},
{
"name": "Inspect"
"name": "Datasets"
},
{
"name": "SyntheticDataGeneration"
},
{
"name": "DatasetIO"
},
{
"name": "Agents"
},
{
"name": "BuiltinTool",