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:
Sébastien Han 2025-11-13 11:35:41 +01:00
parent f7d0494927
commit 769cfe4654
No known key found for this signature in database

View file

@ -163,6 +163,7 @@ resources:
list: list:
type: http type: http
endpoint: get /v1/responses/{response_id}/input_items endpoint: get /v1/responses/{response_id}/input_items
paginated: false
prompts: prompts:
models: models:
@ -515,5 +516,5 @@ readme:
params: *ref_0 params: *ref_0
pagination: pagination:
type: request type: request
endpoint: post /v1/chat/completions endpoint: get /v1/chat/completions
params: {} params: {}