added more docs

This commit is contained in:
Raghotham Murthy 2024-07-11 01:26:34 -07:00
parent 067ec4ce50
commit bf18ba3940
3 changed files with 59 additions and 57 deletions

View file

@ -19,13 +19,13 @@
spec = {
"openapi": "3.1.0",
"info": {
"title": "Llama Stack specification",
"version": "0.1",
"description": "This is the llama stack"
"title": "[DRAFT] Llama Stack Specification RFC",
"version": "0.0.0",
"description": "This is the specification of the llama stack that allows"
},
"servers": [
{
"url": "http://llama.meta.com"
"url": "http://any-hosted-llama-stack.com"
}
],
"paths": {
@ -520,41 +520,6 @@
}
}
},
"/memory_bank/delete": {
"post": {
"responses": {
"200": {
"description": "OK"
}
},
"tags": [
"MemoryBanks"
],
"parameters": [
{
"name": "bank_uuid",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"required": true
}
}
},
"/synthetic_data_generation/generate": {
"post": {
"responses": {
@ -882,6 +847,41 @@
}
]
}
},
"/memory_bank/delete": {
"post": {
"responses": {
"200": {
"description": "OK"
}
},
"tags": [
"MemoryBanks"
],
"parameters": [
{
"name": "bank_uuid",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"required": true
}
}
}
},
"jsonSchemaDialect": "https://json-schema.org/draft/2020-12/schema",
@ -3323,12 +3323,6 @@
{
"name": "RewardScoring"
},
{
"name": "AgenticSystem"
},
{
"name": "MemoryBanks"
},
{
"name": "Inference"
},
@ -3338,6 +3332,12 @@
{
"name": "SyntheticDataGeneration"
},
{
"name": "MemoryBanks"
},
{
"name": "AgenticSystem"
},
{
"name": "ShieldConfig",
"description": "<SchemaDefinition schemaRef=\"#/components/schemas/ShieldConfig\" />"