Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/extractor/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def log(outcome: str, **fields: Any) -> None:
@traceable(name="extract_document", process_inputs=_redact_inputs)
def extract(bucket: str, key: str, document_id: str) -> dict[str, Any]:
"""
Download ``s3://bucket/key``, run single-pass NDA extraction, and return structured results.
Download ``s3://bucket/key``, run the deployed flavor's NDA extraction, and return structured results.

Return shape matches the optional attributes in the table schema (ADR-0007)
so the conditional UPDATE in :func:`complete` works as-is.
Expand Down
Loading