mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 17:34:32 +00:00
REST API fixes
This commit is contained in:
parent
59eeaf7f81
commit
5d0eaac87e
8 changed files with 51 additions and 43 deletions
|
|
@ -7196,6 +7196,9 @@
|
|||
"ProviderInfo": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"api": {
|
||||
"type": "string"
|
||||
},
|
||||
"provider_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
@ -7205,6 +7208,7 @@
|
|||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"api",
|
||||
"provider_id",
|
||||
"provider_type"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue