MCPcopy
hub / github.com/benjitaylor/agentation / updateAnnotationStatus

Method updateAnnotationStatus

mcp/src/types.ts:194–194  ·  view source on GitHub ↗
(
    id: string,
    status: AnnotationStatus,
    resolvedBy?: "human" | "agent"
  )

Source from the content-addressed store, hash-verified

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

Callers 1

updateAnnotationStatusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected