LocalAI/core/http/endpoints/openresponses
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
..
responses.go Always populate ORItemParam.Summary (#9049) 2026-03-18 08:45:46 +01:00
store.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
store_suite_test.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
store_test.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
websocket.go feat(ui): MCP Apps, mcp streaming and client-side support (#8947) 2026-03-11 07:30:49 +01:00