consolidate
Process captured facts by copying new lines, extracting candidates, and integrating pending facts into the knowledge graph. Call after gathering facts or at topic changes.
Instructions
Copy, extract, and integrate. Copies new lines from named sources, extracts candidate facts from them, and integrates pending facts: domains, entities, duplicates, contradictions, the knowledge graph.
Call this after capturing several facts, at a topic change, or before the conversation ends.
Extract is capped at 50 of the oldest unexamined lines per call; events_remaining in the result says how many wait. Pass all: true to take the whole backlog in one call, or limit: N for the oldest N.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Extract the whole backlog this call instead of the capped oldest batch | |
| limit | No | Extract at most this many of the oldest unexamined lines |