chore: add paginated false to chat/completions

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-11-14 11:55:35 +01:00
parent 9a36669ef3
commit 738d4bfd7e
No known key found for this signature in database

View file

@ -248,6 +248,7 @@ resources:
list: list:
type: http type: http
endpoint: get /v1/chat/completions endpoint: get /v1/chat/completions
paginated: false
retrieve: retrieve:
type: http type: http
endpoint: get /v1/chat/completions/{completion_id} endpoint: get /v1/chat/completions/{completion_id}