# L2 LLM Node

This node handles LLM processing for l_2.

## Files

- `processor.js`: Main node logic
- `prompts.js`: Prompt definitions
- `index.js`: Module exports

## Customization

Edit `processor.js` to implement your specific LLM logic.
Edit `prompts.js` to customize the prompts used by this node.
