Interpret
🤖 AI Drafted (Not reviewed)
Apply an interpretive framework to text and persist the resulting interpretations (hermeneutic layer)
|
|
| Tool id |
interpret |
| Category |
llm |
| Uses a language model |
yes |
| Needs a generative model |
yes |
| Runs over many items |
no |
| Item handling |
elementwise |
| Structured output |
no |
| Human-verified |
yes |
What it reads
| Port |
Type |
Required |
What it is |
Text (text) |
text |
yes |
— |
Documents (documents) |
json |
no |
— |
What it emits
| Port |
Type |
Required |
What it is |
Interpretations (interpretations) |
json |
— |
— |
Text (text) |
text |
— |
— |
Options
| Option |
Type |
Default |
What it does |
framework_id |
string |
— |
InterpretiveFramework id to apply. |
The prompt it sends
This tool does not send a prompt — it does its work in code.