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

Class PaperSearchUsage

deepreview/types.py:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class PaperSearchUsage(BaseModel):
40 total_calls: int = 0
41 successful_calls: int = 0
42 effective_calls: int = 0
43 papers_found: int = 0
44 distinct_queries: int = 0
45
46
47class UsageSnapshot(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected