extract
Extract keywords, topics, domains, intents, sentiments, and entities from text using LLM or heuristic methods for automatic semantic analysis.
Instructions
Automatic semantic extraction from text: keyword, topic, domain, intent, sentiment, entities. Uses LLM (if configured) or heuristic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to analyze (user message) | |
| context | No | Context path (e.g. java/spring). Defaults to active context. | |
| use_llm | No | Force LLM extraction (Ollama). Default: heuristic 0 token. |