open-webui/backend/open_webui/utils
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
..
images fix max seed for comfyui 2025-02-08 01:10:18 +07:00
telemetry added active and total user metrics 2025-07-16 22:06:36 +03:00
access_control.py Configure LDAP group synchronization with Open WebUI 2025-06-11 23:55:31 +09:00
audit.py enh: failed login attempts audit log 2025-04-23 00:06:44 +09:00
auth.py refac 2025-07-29 23:45:25 +04:00
chat.py fix: action reserved user param 2025-06-18 10:50:49 +04:00
code_interpreter.py chore: format 2025-05-10 19:00:01 +04:00
embeddings.py refac: embeddings endpoint 2025-06-05 00:37:31 +04:00
filter.py refac 2025-05-28 01:41:49 +04:00
logger.py feat(logger): Add trace_id and span_id to log 2025-07-19 18:36:54 +08:00
middleware.py refac 2025-07-19 19:32:52 +04:00
misc.py refac 2025-06-10 13:16:44 +04:00
models.py refac/fix: base model cache 2025-07-07 11:30:27 +04:00
oauth.py refac 2025-06-16 18:33:45 +04:00
payload.py refac 2025-06-10 16:52:37 +04:00
pdf_generator.py chore: remove unnecessary Path conversions 2025-03-04 19:53:52 +02:00
plugin.py refac 2025-05-28 01:42:42 +04:00
redis.py chore: add log for redis.exceptions 2025-07-16 15:23:18 +09:00
response.py fix: ollama tool call 2025-07-18 06:11:53 +08:00
security_headers.py chore: format 2024-11-30 23:36:30 -08:00
task.py feat: follow ups 2025-06-03 18:07:29 +04:00
tools.py fix: include items property in OpenAPI array parameters for OpenAI function calling 2025-08-07 01:21:22 -04:00
webhook.py refac 2025-02-16 00:11:18 -08:00