KG Persist / Finalize
🤖 AI Drafted (Not reviewed)
Finalize corroboration counts, canonical KG embeddings, and graph snapshot from existing KG rows
| Tool id | kg_persist_finalize |
| Category | utility |
| Uses a language model | no |
| Needs a generative model | no |
| Runs over many items | no |
| Item handling | reducing |
| Structured output | no |
| Human-verified | not yet |
What it reads
| Port | Type | Required | What it is |
|---|---|---|---|
Documents (documents) |
json |
no | Selected document metadata, typically from Files.documents |
Barrier (sync) (barrier) |
any |
no | Optional dependency-only input used by chained presets. |
What it emits
| Port | Type | Required | What it is |
|---|---|---|---|
Summary (summary) |
json |
— | Finalize counts for triangulation, embeddings, and graph refresh |
Count (count) |
number |
— | Number of scoped documents |
Options
This tool has no options.
The prompt it sends
This tool does not send a prompt — it does its work in code.