feat(swagger): update swagger (#5950)

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 [bot]
2025-07-31 23:04:23 +02:00
committed by GitHub
parent c07bc55fee
commit 624f3b1fc8
3 changed files with 8 additions and 2 deletions

View File

@@ -1113,7 +1113,8 @@ const docTemplate = `{
"breakdown": {
"type": "object",
"additionalProperties": {
"type": "integer"
"type": "integer",
"format": "int64"
}
},
"total": {
@@ -1134,6 +1135,7 @@ const docTemplate = `{
},
"proto.StatusResponse_State": {
"type": "integer",
"format": "int32",
"enum": [
0,
1,

View File

@@ -1106,7 +1106,8 @@
"breakdown": {
"type": "object",
"additionalProperties": {
"type": "integer"
"type": "integer",
"format": "int64"
}
},
"total": {
@@ -1127,6 +1128,7 @@
},
"proto.StatusResponse_State": {
"type": "integer",
"format": "int32",
"enum": [
0,
1,

View File

@@ -212,6 +212,7 @@ definitions:
properties:
breakdown:
additionalProperties:
format: int64
type: integer
type: object
total:
@@ -230,6 +231,7 @@ definitions:
- 1
- 2
- -1
format: int32
type: integer
x-enum-varnames:
- StatusResponse_UNINITIALIZED