ai_extract
Extract specified fields from plain text and return them as structured JSON, using a free language model.
Instructions
Extract named fields from plain text as JSON using a configured free LLM. Plain prose only — no code, secrets, or file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Plain text to extract from | |
| fields | Yes | Field names to extract, e.g. ['author', 'date', 'title'] |