LocalAI/core/http
Tv 8a0edd0809
Always populate ORItemParam.Summary (#9049)
* fix(openresponses): do not omit required fields summary and id

* fix(openresponses): ensure ORItemParam.Summary is never null

Normalize Summary to an empty slice at serialization chokepoints
(sendSSEEvent, bufferEvent, buildORResponse) so it always serializes
as [] instead of null.

Closes #9047
2026-03-18 08:45:46 +01:00
..
endpoints Always populate ORItemParam.Summary (#9049) 2026-03-18 08:45:46 +01:00
middleware feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
react-ui feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
routes feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
static feat(realtime): WebRTC support (#8790) 2026-03-13 21:37:15 +01:00
views feat(realtime): WebRTC support (#8790) 2026-03-13 21:37:15 +01:00
app.go fix(ui): Move routes to /app to avoid conflict with API endpoints (#8978) 2026-03-13 21:38:18 +01:00
app_test.go fix(tests): Remove 'huggingface' substring expectation 2026-03-13 13:12:04 +01:00
explorer.go chore(refactor): move logging to common package based on slog (#7668) 2025-12-21 19:33:13 +01:00
http_suite_test.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
openresponses_test.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
render.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00