diff --git a/docs/openapi.json b/docs/openapi.json index 46556865..7ffea3fa 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -1527,6 +1527,23 @@ } } }, + "FunctionDefinitionDeprecated": { + "type": "object", + "required": [ + "name", + "arguments" + ], + "properties": { + "arguments": {}, + "description": { + "type": "string", + "nullable": true + }, + "name": { + "type": "string" + } + } + }, "FunctionDefinition": { "type": "object", "required": [ @@ -2287,7 +2304,7 @@ "$ref": "#/components/schemas/FunctionDefinition" }, { - "$ref": "#/components/schemas/FunctionCall" + "$ref": "#/components/schemas/FunctionDefinitionDeprecated" } ] },