Skip to content

Conversation

@kaspermarstal
Copy link
Contributor

Change PROMPT and PROMPTMODEL functions to accept multiple cell ranges as context instead of a single range with temperature parameter.

  • Replace (instructions, cellsOrTemperature, temperature) signature with (instructions, params object[] cells)
  • Add tuple pattern matching in ArgumentParser for cleaner argument parsing
  • Rename ParseCellReferences to ParseRanges, ParseRange to RenderRange
  • Update doc comments and fix broken XML tags in CellmFunctions
  • Update README and docs with multiple range examples

Temperature is now configured via the ribbon UI instead of function arguments.

Change PROMPT and PROMPTMODEL functions to accept multiple cell ranges
as context instead of a single range with temperature parameter.

- Replace (instructions, cellsOrTemperature, temperature) signature with
  (instructions, params object[] cells)
- Add tuple pattern matching in ArgumentParser for cleaner argument parsing
- Rename ParseCellReferences to ParseRanges, ParseRange to RenderRange
- Update doc comments and fix broken XML tags in CellmFunctions
- Update README and docs with multiple range examples

Temperature is now configured via the ribbon UI instead of function arguments.
@kaspermarstal kaspermarstal merged commit eaebaf5 into main Dec 20, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants