Skip to content

Commit 8e9f104

Browse files
cleanup button UI
1 parent eeaff7d commit 8e9f104

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/tools/definitions/toolDefinitions.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ describe("Tool Definitions", () => {
99
enableExperimentalTools: false,
1010
};
1111

12-
// Helper function to check if a value is a Tool or GetTool
13-
const isToolOrGetTool = (value: any): value is Tool | GetTool => {
14-
return typeof value === "object" || typeof value === "function";
15-
};
16-
1712
// Helper function to get the actual tool object
1813
const getToolObject = (toolDefinition: Tool | GetTool): Tool => {
1914
if (typeof toolDefinition === "function") {

0 commit comments

Comments
 (0)