This release adds support for multiple cell ranges in PROMPT functions, adds OpenRouter model provider, and includes bug fixes and improvements.
⚠️ Breaking Changes
Excel UDF Function Signature Change
The PROMPT and PROMPTMODEL functions now accept multiple cell ranges instead of a temperature parameter:
- Old signature:
=PROMPT(instructions, A1:D4, 0.7) - **New signa...