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

Class AnnotationItem

deepreview/types.py:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53class AnnotationItem(BaseModel):
54 id: str
55 page: int
56 start_line: int
57 end_line: int
58 text: str
59 comment: str
60 summary: str | None = None
61 object_type: str = 'suggestion'
62 severity: str | None = None
63 created_at: datetime = Field(default_factory=utcnow)
64
65
66class JobArtifacts(BaseModel):

Callers 1

pdf_annotateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected