MCPcopy Create free account
hub / github.com/nlweb-ai/NLWeb / is_aggregation_enabled

Method is_aggregation_enabled

AskAgent/python/core/config.py:637–639  ·  view source on GitHub ↗

Check if aggregation functionality is enabled.

(self)

Source from the content-addressed store, hash-verified

635 return self.nlweb.required_info_enabled if hasattr(self, 'nlweb') else True
636
637 def is_aggregation_enabled(self) -> bool:
638 """Check if aggregation functionality is enabled."""
639 return self.nlweb.aggregation_enabled if hasattr(self, 'nlweb') else False
640
641 def is_who_endpoint_enabled(self) -> bool:
642 """Check if the who endpoint is enabled."""

Callers 2

doMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected