mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
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 |
||
|---|---|---|
| .. | ||
| images | ||
| telemetry | ||
| access_control.py | ||
| audit.py | ||
| auth.py | ||
| chat.py | ||
| code_interpreter.py | ||
| embeddings.py | ||
| filter.py | ||
| logger.py | ||
| middleware.py | ||
| misc.py | ||
| models.py | ||
| oauth.py | ||
| payload.py | ||
| pdf_generator.py | ||
| plugin.py | ||
| redis.py | ||
| response.py | ||
| security_headers.py | ||
| task.py | ||
| tools.py | ||
| webhook.py | ||