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

Class LLMDB

llms/schema.py:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164class LLMDB(BaseModel):
165 config_id: Optional[str] = ""
166 module_type: ModuleType
167 llm_type: str
168 llm_args: LLMArgs
169 input: LLMInput
170 output: Message
171
172
173class MessageDB(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected