Files
MemoryBear/api/app/schemas
lanceyq 2fa4d29548 fix(memory): use explicit None checks and remove unnecessary Optional type
- Replace truthiness checks with 'is not None' for data.message in graph_data and community_graph endpoints to handle empty string correctly
- Remove Optional wrapper from GraphStatistics.edge_types since it already has a default_factory
2026-04-27 18:39:33 +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