MCPcopy Create free account
hub / github.com/ResearAI/DeepReviewer-v2 / ToolUsage

Class ToolUsage

deepreview/types.py:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class ToolUsage(BaseModel):
34 total_calls: int = 0
35 distinct_tools: int = 0
36 per_tool: dict[str, int] = Field(default_factory=dict)
37
38
39class PaperSearchUsage(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected