llm_query
Execute a direct query to the internal LLM engine. Use an optional system prompt to tailor the response.
Instructions
Execute a direct query using the internal LLM engine (OpenRouter/OpenAI compatible, disabled by default)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The prompt to send to the internal LLM | |
| systemPrompt | No | Optional system prompt override |