mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-20 05:07:54 +00:00
feat(swagger): update swagger (#3604)
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:
parent
191bc2e50a
commit
5c9d26e39b
@ -1394,6 +1394,12 @@ const docTemplate = `{
|
|||||||
"description": "The message role",
|
"description": "The message role",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"string_audios": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"string_content": {
|
"string_content": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@ -1403,6 +1409,12 @@ const docTemplate = `{
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"string_videos": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tool_calls": {
|
"tool_calls": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
@ -1387,6 +1387,12 @@
|
|||||||
"description": "The message role",
|
"description": "The message role",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"string_audios": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"string_content": {
|
"string_content": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@ -1396,6 +1402,12 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"string_videos": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tool_calls": {
|
"tool_calls": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
@ -453,12 +453,20 @@ definitions:
|
|||||||
role:
|
role:
|
||||||
description: The message role
|
description: The message role
|
||||||
type: string
|
type: string
|
||||||
|
string_audios:
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
string_content:
|
string_content:
|
||||||
type: string
|
type: string
|
||||||
string_images:
|
string_images:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
string_videos:
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
tool_calls:
|
tool_calls:
|
||||||
items:
|
items:
|
||||||
$ref: '#/definitions/schema.ToolCall'
|
$ref: '#/definitions/schema.ToolCall'
|
||||||
|
Loading…
Reference in New Issue
Block a user