MCPcopy Create free account
hub / github.com/OpenBMB/ChatDev / validate

Method validate

entity/configs/node/node.py:296–300  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

294 return removed_non_keep, removed_keep
295
296 def validate(self) -> None:
297 if not self.config:
298 raise ConfigError("node configuration missing", extend_path(self.path, "config"))
299 if hasattr(self.config, "validate"):
300 self.config.validate()
301
302 @property
303 def node_type(self) -> str:

Callers 1

from_dictMethod · 0.45

Calls 2

ConfigErrorClass · 0.90
extend_pathFunction · 0.90

Tested by

no test coverage detected