mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
fix: pagination config
use paginated endpoint for example and mark input_items.list as non-paginated Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
f7d0494927
commit
769cfe4654
1 changed files with 2 additions and 1 deletions
|
|
@ -163,6 +163,7 @@ resources:
|
|||
list:
|
||||
type: http
|
||||
endpoint: get /v1/responses/{response_id}/input_items
|
||||
paginated: false
|
||||
|
||||
prompts:
|
||||
models:
|
||||
|
|
@ -515,5 +516,5 @@ readme:
|
|||
params: *ref_0
|
||||
pagination:
|
||||
type: request
|
||||
endpoint: post /v1/chat/completions
|
||||
endpoint: get /v1/chat/completions
|
||||
params: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue