(
id: string,
status: AnnotationStatus,
resolvedBy?: "human" | "agent"
)
| 192 | data: Partial<Omit<Annotation, "id" | "sessionId" | "createdAt">> |
| 193 | ): Annotation | undefined; |
| 194 | updateAnnotationStatus( |
| 195 | id: string, |
| 196 | status: AnnotationStatus, |
| 197 | resolvedBy?: "human" | "agent" |
no outgoing calls
no test coverage detected