MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / Tools

Class Tools

llms/schema.py:131–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130
131class Tools(BaseModel):
132 tools: List[Tool]
133
134
135class LLMInput(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected