(query_params: Dict[str, Any], _body: Dict[str, Any])
| 228 | return agents.get_reading_reports_task(str(query_params.get("task_id") or "").strip()) |
| 229 | |
| 230 | |
| 231 | def _api_must_read(query_params: Dict[str, Any], _body: Dict[str, Any]) -> Dict[str, Any]: |
| 232 | return agents.list_must_read(_required_user(query_params)) |
| 233 | |
| 234 |
nothing calls this directly
no test coverage detected