jiasu 23522f1ea8
Fix: handle missing dataset_ids when creating chat assistant (#9324)
- Root cause: accessing req.get("dataset_ids") returns None when the key
is absent, causing KeyError.
- Fix: use req.get("dataset_ids", []) to default to empty list.
2025-08-11 17:17:20 +08:00
..
2025-08-08 18:31:51 +08:00
2025-01-21 20:52:28 +08:00
2024-12-07 16:56:34 +08:00