Extract Entities
🤖 AI Drafted (Not reviewed)
Extract and persist entity rows only from existing transcription artifacts
| Tool id | extract_entities_only |
| Category | llm |
| Uses a language model | yes |
| Needs a generative model | no |
| Runs over many items | no |
| Item handling | batch |
| 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 |
— | Created/reused entity counts |
Count (count) |
number |
— | Number of selected atomic documents processed |
Options
This tool has no options.
The prompt it sends
This tool does not send a prompt — it does its work in code.