| 436 | delete tool.function.parameters; | 436 | delete tool.function.parameters; |
| 437 | } | 437 | } |
| 438 | functionDeclarations.push(tool.function); | 438 | functionDeclarations.push(tool.function); |
| | 439 | } else if (tool[tool.type]) { |
| | 440 | tools.push({ [tool.type]: tool[tool.type] }); |
| 439 | } | 441 | } |
| 440 | } | 442 | } |
| 441 | tools.push({ function_declarations: functionDeclarations }); | 443 | if (functionDeclarations.length > 0) { |
| | 444 | tools.push({ function_declarations: functionDeclarations }); |
| | 445 | } |
| 442 | } | 446 | } |
| 443 | | 447 | |
| 444 | if (isThinkingConfigModel(model)) { | 448 | if (isThinkingConfigModel(model)) { |