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

Function _clean_text

agents/wiki-agent/ingest/from_feedback.py:13–14  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

11
12
13def _clean_text(value: Any) -> str:
14 return str(value or "").strip()
15
16
17def _normalize_list(value: Any) -> List[str]:

Callers 4

_paper_keyFunction · 0.70
_first_urlFunction · 0.70
_paper_urlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected