local_extract_json
Extract structured JSON from unstructured text, logs, or docs by providing a schema description, enabling reliable data parsing for downstream tasks.
Instructions
Extract structured JSON from unstructured text, logs, or documentation according to a target schema description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| content | Yes | ||
| schema_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |