Files
MemoryBear/api/app/core
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-04-22 11:47:32 +08:00
2026-03-27 16:27:09 +08:00
2026-04-23 16:29:22 +08:00
2025-12-15 14:09:43 +08:00
2026-03-24 17:29:38 +08:00
2025-12-15 14:09:43 +08:00
2025-12-15 14:09:43 +08:00