analyze_data
Perform offline analysis of raw text by providing the text and an instruction—such as summarization, entity extraction, or pattern finding—using a local LLM.
Instructions
Analyze raw text using a local LLM. Provide the text and an instruction describing what analysis to perform (e.g., summarize, extract entities, format, find patterns in logs, etc.). The analysis runs entirely offline on your machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw_text | Yes | ||
| instruction | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |