feat(swagger): update swagger (#12000)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
This commit is contained in:
localai-org-maint-botandmudler authored and GitHub committed 2026-09-18 23:28:30 +02:00
1 parent dbee3db07f
commit c614413bcf
3 files changed
+15

No files matched your search

+4
View File
@@ -6402,6 +6402,10 @@ const docTemplate = `{
"type": "string"
}
},
"context_size": {
"description": "ContextSize is the effective context window in tokens the backend will\nrun with: the configured context_size, or the default when unset. 0 means\nthe value is unknown (e.g. a loose file with no config). Clients can use\nthis to size their context budget for auto-compaction and pruning.",
"type": "integer"
},
"id": {
"type": "string"
},
+4
View File
@@ -6399,6 +6399,10 @@
"type": "string"
}
},
"context_size": {
"description": "ContextSize is the effective context window in tokens the backend will\nrun with: the configured context_size, or the default when unset. 0 means\nthe value is unknown (e.g. a loose file with no config). Clients can use\nthis to size their context budget for auto-compaction and pruning.",
"type": "integer"
},
"id": {
"type": "string"
},
+7
View File
@@ -1621,6 +1621,13 @@ definitions:
items:
type: string
type: array
context_size:
description: |-
ContextSize is the effective context window in tokens the backend will
run with: the configured context_size, or the default when unset. 0 means
the value is unknown (e.g. a loose file with no config). Clients can use
this to size their context budget for auto-compaction and pruning.
type: integer
id:
type: string
input_modalities: