mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 04:43:52 +00:00
Update spec with latest changes as well
Signed-off-by: Ben Browning <bbrownin@redhat.com>
This commit is contained in:
parent
fcdeb3d7bf
commit
a1e9cff37c
2 changed files with 23 additions and 0 deletions
15
docs/_static/llama-stack-spec.html
vendored
15
docs/_static/llama-stack-spec.html
vendored
|
|
@ -9410,6 +9410,21 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"description": "The prompt to generate a completion for"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue