mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
precomit
This commit is contained in:
parent
3af73b754a
commit
bb51cb3ba7
1 changed files with 10 additions and 0 deletions
10
docs/static/deprecated-llama-stack-spec.yaml
vendored
10
docs/static/deprecated-llama-stack-spec.yaml
vendored
|
|
@ -6529,6 +6529,16 @@ components:
|
||||||
type: integer
|
type: integer
|
||||||
owned_by:
|
owned_by:
|
||||||
type: string
|
type: string
|
||||||
|
custom_metadata:
|
||||||
|
type: object
|
||||||
|
additionalProperties:
|
||||||
|
oneOf:
|
||||||
|
- type: 'null'
|
||||||
|
- type: boolean
|
||||||
|
- type: number
|
||||||
|
- type: string
|
||||||
|
- type: array
|
||||||
|
- type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue