extract_local
Extract structured data like URLs, function names, or error messages from unstructured text using a local LLM.
Instructions
Extract specific information from a text block using the local model.
Good for pulling structured data out of unstructured text — function names, URLs, error messages, TODO comments, etc.
Args: text: The source text. what_to_extract: What to pull out, e.g. "all function definitions" or "every URL in the file".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| what_to_extract | Yes | ||
| model | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |