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

Class Tool

llms/schema.py:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80class Tool(BaseModel):
81 type: Literal["function"]
82 function: FunctionDefinition
83
84
85class Function(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected