mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-13 14:25:00 +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
3 changed files with 32 additions and 0 deletions
|
@ -453,12 +453,20 @@ definitions:
|
|||
role:
|
||||
description: The message role
|
||||
type: string
|
||||
string_audios:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
string_content:
|
||||
type: string
|
||||
string_images:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
string_videos:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
tool_calls:
|
||||
items:
|
||||
$ref: '#/definitions/schema.ToolCall'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue