mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 03:29:31 +00:00
updated the additional params to pass any type of values
This commit is contained in:
parent
1d6ef73dd7
commit
03a25a7753
3 changed files with 28 additions and 3 deletions
8
docs/_static/llama-stack-spec.yaml
vendored
8
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -2910,7 +2910,13 @@ components:
|
|||
additional_params:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
oneOf:
|
||||
- type: 'null'
|
||||
- type: boolean
|
||||
- type: number
|
||||
- type: string
|
||||
- type: array
|
||||
- type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- strategy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue