mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 19:56:59 +00:00
set defaults so that stainless does not pick as required params
This commit is contained in:
parent
d55100d9b7
commit
764026c0d6
8 changed files with 41 additions and 41 deletions
6
docs/_static/llama-stack-spec.yaml
vendored
6
docs/_static/llama-stack-spec.yaml
vendored
|
@ -2323,7 +2323,7 @@ paths:
|
|||
description: >-
|
||||
A limit on the number of objects to be returned. Limit can range between
|
||||
1 and 100, and the default is 20.
|
||||
required: true
|
||||
required: false
|
||||
schema:
|
||||
type: integer
|
||||
- name: order
|
||||
|
@ -2331,7 +2331,7 @@ paths:
|
|||
description: >-
|
||||
Sort order by the `created_at` timestamp of the objects. `asc` for ascending
|
||||
order and `desc` for descending order.
|
||||
required: true
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
- name: after
|
||||
|
@ -9189,8 +9189,6 @@ components:
|
|||
additionalProperties: false
|
||||
required:
|
||||
- query
|
||||
- max_num_results
|
||||
- rewrite_query
|
||||
title: OpenaiSearchVectorStoreRequest
|
||||
VectorStoreSearchResponse:
|
||||
type: object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue