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

Class LLMInput

llms/schema.py:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134
135class LLMInput(BaseModel):
136 messages: List[Message]
137 tools: Optional[List[Tool]] = None
138
139
140class TracerDB(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected