mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-05 04:35:14 -05:00
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -467,7 +467,7 @@ const multiplyNumbers = tool({
|
||||
name: multiplyTool.getName(),
|
||||
description: multiplyTool.getDescription(),
|
||||
parameters: multiplyTool.getParamSchema(),
|
||||
execute: mutliplyTool
|
||||
execute: multiplyTool
|
||||
});
|
||||
|
||||
await multiplyNumbers.call({ a: 2, b: 3 });
|
||||
|
||||
Reference in New Issue
Block a user