MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / SchemaResolutionError

Class SchemaResolutionError

utils/schema_exporter.py:14–15  ·  view source on GitHub ↗

Raised when breadcrumbs fail to resolve to a config node.

Source from the content-addressed store, hash-verified

12
13
14class SchemaResolutionError(ValueError):
15 """Raised when breadcrumbs fail to resolve to a config node."""
16
17
18@dataclass(frozen=True)

Callers 2

from_mappingMethod · 0.85
_resolve_config_classFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected