AHK_Context_Injector
Analyzes user prompts and LLM thinking to automatically inject relevant AutoHotkey v2 documentation context for coding assistance.
Instructions
Ahk context injector Analyzes user prompts and LLM thinking to automatically inject relevant AutoHotkey v2 documentation context.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userPrompt | Yes | User prompt is required | |
| llmThinking | No | Optional LLM thinking content | |
| contextType | No | Type of context to inject | auto |
| maxItems | No | Maximum number of context items to return | |
| includeModuleInstructions | No | Include relevant AHK v2 instruction modules |