understand_code
Explains what a JavaScript snippet does using an LLM. Returns a clear error message when no LLM provider is set.
Instructions
Use an LLM to explain what a JS snippet does. Returns LlmNotConfigured cleanly when no provider is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| question | No | ||
| model | No | ||
| maxTokens | No |