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

Class MessageDB

llms/schema.py:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172
173class MessageDB(BaseModel):
174 trace_id: str
175 config_id: str
176 messages: List[Message]
177 critic_results: List[CriticCategory]
178
179
180class ConfigDB(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected