Update spec with latest changes as well

Signed-off-by: Ben Browning <bbrownin@redhat.com>
This commit is contained in:
Ben Browning 2025-04-09 10:08:10 -04:00
parent fcdeb3d7bf
commit a1e9cff37c
2 changed files with 23 additions and 0 deletions

View file

@ -9410,6 +9410,21 @@
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "integer"
}
},
{
"type": "array",
"items": {
"type": "array",
"items": {
"type": "integer"
}
}
}
],
"description": "The prompt to generate a completion for"

View file

@ -6482,6 +6482,14 @@ components:
- type: array
items:
type: string
- type: array
items:
type: integer
- type: array
items:
type: array
items:
type: integer
description: The prompt to generate a completion for
best_of:
type: integer