feat(swagger): update swagger (#3196)

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] 2024-08-07 23:54:27 +02:00 committed by GitHub
parent 8814b31805
commit 1d94aaa10f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 deletions

View File

@ -712,6 +712,9 @@ const docTemplate = `{
"parameters": {
"type": "object",
"additionalProperties": true
},
"strict": {
"type": "boolean"
}
}
},

View File

@ -705,6 +705,9 @@
"parameters": {
"type": "object",
"additionalProperties": true
},
"strict": {
"type": "boolean"
}
}
},

View File

@ -16,6 +16,8 @@ definitions:
parameters:
additionalProperties: true
type: object
strict:
type: boolean
type: object
functions.Item:
properties: