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

Function _cache_bool

deployments/desktop/shared/agents.py:1134–1137  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

1132 return _to_positive_int(_env_text("PAPERFLOW_DAILY_LIMIT", "30"), 30)
1133 return _to_positive_int(value, 30)
1134
1135
1136def _configured_relevance_threshold() -> int:
1137 return int(_to_float(_env_text("PAPERFLOW_RELEVANCE_THRESHOLD", "60"), 60))
1138
1139
1140def _normalized_cache_list(value: Any) -> List[str]:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected