MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _normalize_report_style

Function _normalize_report_style

agents/reading-agent/main.py:4344–4346  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

4342
4343
4344def _normalize_report_style(value: Any) -> str:
4345 style = _clean_text(value).lower()
4346 return style if style in {"standard", "deep", "brief"} else "standard"
4347
4348
4349def _report_style_label(style: str) -> str:

Callers 2

generate_reading_reportFunction · 0.85
create_reading_reportFunction · 0.85

Calls 1

_clean_textFunction · 0.70

Tested by

no test coverage detected