Extract claims from a collection#
Run claim extraction and stream the resulting claim map.
Claims are atomic factual statements pulled from each document section. The map-stream runs the extractor end-to-end and yields progress events; subscribe and update a UI as it goes. A collection has to have `enableSummarization` and a provider key (or a project-level shared LLM model) configured before extraction can run.
dewey claims list doc_a1b2c3 --json | jq '.[] | {section: .sectionTitle, importance, text}'