LocalAI/core/http/endpoints/openresponses
Ettore Di Giacinto b2f81bfa2e
feat(functions): add peg-based parsing and allow backends to return tool calls directly (#8838)
* feat(functions): add peg-based parsing

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* feat: support returning toolcalls directly from backends

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* chore: do run PEG only if backend didn't send deltas

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-03-08 22:21:57 +01:00
..
responses.go feat(functions): add peg-based parsing and allow backends to return tool calls directly (#8838) 2026-03-08 22:21:57 +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: add WebSocket mode support for the response api (#8676) 2026-03-06 10:36:59 +00:00