Skip to content

Commit 8867e93

Browse files
committed
missing docs
1 parent cefdc92 commit 8867e93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ function sampleRowsToEvaluation() { _GASEntry.sampleRowsToEvaluation(); }
5858
* Call the Gemini API from a spreadsheet cell.
5959
* @param {string|Array} userTexts One or more text parts for the user message.
6060
* Pass a single string, a cell reference, or a range / array literal.
61-
* @param {string} systemPrompt System-level instruction for the model.
62-
* @param {string|Array} toolNames Names of pre-registered tools to enable.
61+
* @param {string} [systemPrompt] (Optional) System-level instruction for the model.
62+
* @param {string|Array} [toolNames] (Optional) Names of pre-registered tools to enable.
6363
* @return {string} The model's text response, or "[SSI Error: ...]" on failure.
6464
* @customfunction
6565
*/

0 commit comments

Comments
 (0)