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

Class DebugInfo

llms/schema.py:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117class DebugInfo(BaseModel):
118 info: Optional[Dict[str, Any]] = None
119 exception: Optional[str] = None
120 traceback: Optional[str] = None
121
122
123class Messages(BaseModel):

Callers 1

_post_requestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected