rlm_auto_analyze
Automatically analyzes large content by detecting its type and applying optimal chunking strategies for tasks like summarization, bug detection, structure extraction, security audits, or custom queries.
Instructions
Automatically detect content type and analyze with optimal chunking strategy.
One-step analysis for common tasks.
Args: name: Context identifier content: The content to analyze goal: Analysis goal: 'summarize', 'find_bugs', 'extract_structure', 'security_audit', or 'answer:' provider: LLM provider - 'auto' prefers Ollama if available concurrency: Max parallel requests (default 4, max 8)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| content | Yes | ||
| goal | Yes | ||
| provider | No | auto | |
| concurrency | No |