Files
MemoryBear/api/app/schemas
Timebomb2018 faf8d1a51a fix(workflow): add reasoning content, suggested questions, citations and audio status support
- Introduce `reasoning_content`, `suggested_questions`, `citations`, and `audio_status` fields in conversation and app response schemas
- Conditionally set `audio_status` to `"pending"` only when `audio_url` is present
- Replace `model_dump` override with `@model_serializer(mode="wrap")` for cleaner serialization logic
- Change knowledge base validation failure from `RuntimeError` to warning + `continue` to avoid halting retrieval on invalid KB
2026-04-27 15:35:26 +08:00
..
2026-01-26 11:53:34 +08:00
2026-03-11 10:45:07 +08:00
2026-02-10 10:40:38 +08:00
2025-12-24 20:35:04 +08:00
2026-03-11 10:45:07 +08:00
2026-02-26 14:47:57 +08:00
2026-03-16 18:00:09 +08:00
2026-03-27 14:48:25 +08:00