mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 09:40:00 +00:00
REST API fixes
This commit is contained in:
parent
59eeaf7f81
commit
5d0eaac87e
8 changed files with 51 additions and 43 deletions
|
|
@ -1678,11 +1678,14 @@ components:
|
|||
ProviderInfo:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
api:
|
||||
type: string
|
||||
provider_id:
|
||||
type: string
|
||||
provider_type:
|
||||
type: string
|
||||
required:
|
||||
- api
|
||||
- provider_id
|
||||
- provider_type
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue