feat(swagger): update swagger (#2128)

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-04-25 16:10:08 +02:00 committed by GitHub
parent 2ada13b1ad
commit 4ae4e44506
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 49 additions and 50 deletions

View file

@ -1,5 +1,4 @@
// Code generated by swaggo/swag. DO NOT EDIT.
// Package swagger Code generated by swaggo/swag. DO NOT EDIT
package swagger
import "github.com/swaggo/swag"
@ -235,7 +234,7 @@ const docTemplate = `{
}
},
"definitions": {
"grammar.Argument": {
"functions.Argument": {
"type": "object",
"properties": {
"properties": {
@ -247,7 +246,7 @@ const docTemplate = `{
}
}
},
"grammar.Function": {
"functions.Function": {
"type": "object",
"properties": {
"description": {
@ -262,7 +261,7 @@ const docTemplate = `{
}
}
},
"grammar.FunctionName": {
"functions.FunctionName": {
"type": "object",
"properties": {
"const": {
@ -270,18 +269,18 @@ const docTemplate = `{
}
}
},
"grammar.Item": {
"functions.Item": {
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/grammar.Properties"
"$ref": "#/definitions/functions.Properties"
},
"type": {
"type": "string"
}
}
},
"grammar.JSONFunctionStructure": {
"functions.JSONFunctionStructure": {
"type": "object",
"properties": {
"$defs": {
@ -291,33 +290,33 @@ const docTemplate = `{
"anyOf": {
"type": "array",
"items": {
"$ref": "#/definitions/grammar.Item"
"$ref": "#/definitions/functions.Item"
}
},
"oneOf": {
"type": "array",
"items": {
"$ref": "#/definitions/grammar.Item"
"$ref": "#/definitions/functions.Item"
}
}
}
},
"grammar.Properties": {
"functions.Properties": {
"type": "object",
"properties": {
"arguments": {
"$ref": "#/definitions/grammar.Argument"
"$ref": "#/definitions/functions.Argument"
},
"function": {
"$ref": "#/definitions/grammar.FunctionName"
"$ref": "#/definitions/functions.FunctionName"
}
}
},
"grammar.Tool": {
"functions.Tool": {
"type": "object",
"properties": {
"function": {
"$ref": "#/definitions/grammar.Function"
"$ref": "#/definitions/functions.Function"
},
"type": {
"type": "string"
@ -565,7 +564,7 @@ const docTemplate = `{
"description": "A list of available functions to call",
"type": "array",
"items": {
"$ref": "#/definitions/grammar.Function"
"$ref": "#/definitions/functions.Function"
}
},
"grammar": {
@ -573,7 +572,7 @@ const docTemplate = `{
"type": "string"
},
"grammar_json_functions": {
"$ref": "#/definitions/grammar.JSONFunctionStructure"
"$ref": "#/definitions/functions.JSONFunctionStructure"
},
"ignore_eos": {
"type": "boolean"
@ -673,7 +672,7 @@ const docTemplate = `{
"tools": {
"type": "array",
"items": {
"$ref": "#/definitions/grammar.Tool"
"$ref": "#/definitions/functions.Tool"
}
},
"top_k": {