open-webui/backend/open_webui
Rain6435 30540cb40e fix: include items property in OpenAPI array parameters for OpenAI function calling
Resolves issue where OpenAPI specs with array query parameters were generating
  invalid OpenAI function schemas missing the required 'items' property, causing
  400 Bad Request errors from OpenAI.

  The fix ensures that when converting OpenAPI parameter schemas to OpenAI function
  schemas, array parameters properly include their 'items' property definition.

  Fixes open-webui/open-webui#14115
2025-08-07 01:21:22 -04:00
..
data
internal refac 2025-06-21 19:12:43 +04:00
migrations feat: migrate folder table 2025-07-13 00:51:58 +04:00
models enh: add folder modal 2025-07-19 19:46:35 +04:00
retrieval refac 2025-07-15 21:57:24 +04:00
routers enh: add folder modal 2025-07-19 19:46:35 +04:00
socket enh/refac: note image upload 2025-07-17 17:36:06 +04:00
static doc: changelog 2025-06-16 18:27:18 +04:00
storage Fix S3 allowed characters in Tags. 2025-05-23 11:09:40 +02:00
test chore: format, lint 2025-07-16 15:23:18 +09:00
utils fix: include items property in OpenAPI array parameters for OpenAI function calling 2025-08-07 01:21:22 -04:00
__init__.py Update __init__.py 2025-04-15 09:55:35 +02:00
alembic.ini
config.py refac 2025-07-29 23:45:25 +04:00
constants.py feat: follow ups 2025-06-03 18:07:29 +04:00
env.py refac 2025-07-29 23:45:25 +04:00
functions.py refac: reserved __user__ param format 2025-06-04 15:53:07 +04:00
main.py refac 2025-07-29 23:45:25 +04:00
tasks.py refac 2025-07-12 03:00:40 +04:00