MCPcopy Create free account
hub / github.com/SqueezeAILab/LLMCompiler / SchemaAnnotationError

Class SchemaAnnotationError

src/tools/base.py:26–27  ·  view source on GitHub ↗

Raised when 'args_schema' is missing or has an incorrect type annotation.

Source from the content-addressed store, hash-verified

24
25
26class SchemaAnnotationError(TypeError):
27 """Raised when 'args_schema' is missing or has an incorrect type annotation."""
28
29
30def _create_subset_model(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected