mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
added more docs
This commit is contained in:
parent
6778359493
commit
b88f8ad616
3 changed files with 102 additions and 100 deletions
|
@ -386,7 +386,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"/batch_chat_completion": {
|
||||
"/inference/batch_chat_completion": {
|
||||
"post": {
|
||||
"responses": {
|
||||
"200": {
|
||||
|
@ -416,7 +416,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/batch_completion": {
|
||||
"/inference/batch_completion": {
|
||||
"post": {
|
||||
"responses": {
|
||||
"200": {
|
||||
|
@ -446,7 +446,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/chat_completion": {
|
||||
"/inference/chat_completion": {
|
||||
"post": {
|
||||
"responses": {
|
||||
"200": {
|
||||
|
@ -483,7 +483,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/completion": {
|
||||
"/inference/completion": {
|
||||
"post": {
|
||||
"responses": {
|
||||
"200": {
|
||||
|
@ -3317,27 +3317,26 @@
|
|||
}
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"name": "RewardScoring"
|
||||
},
|
||||
{
|
||||
"name": "PostTraining"
|
||||
},
|
||||
{
|
||||
"name": "Inference",
|
||||
"x-displayName": "Set of methods that can be called on the inference service."
|
||||
},
|
||||
{
|
||||
"name": "MemoryBanks"
|
||||
},
|
||||
{
|
||||
"name": "Datasets"
|
||||
},
|
||||
{
|
||||
"name": "AgenticSystem"
|
||||
},
|
||||
{
|
||||
"name": "Datasets"
|
||||
},
|
||||
{
|
||||
"name": "SyntheticDataGeneration"
|
||||
},
|
||||
{
|
||||
"name": "RewardScoring"
|
||||
"name": "Inference"
|
||||
},
|
||||
{
|
||||
"name": "MemoryBanks"
|
||||
},
|
||||
{
|
||||
"name": "ShieldConfig",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue