We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c92b34 commit 5b858b3Copy full SHA for 5b858b3
apps/sim/tools/utils.ts
@@ -1,6 +1,5 @@
1
import { createLogger } from '@sim/logger'
2
import { getMaxExecutionTimeout } from '@/lib/core/execution-limits'
3
-import { AGENT, isCustomTool } from '@/executor/constants'
4
import type { CustomToolDefinition } from '@/hooks/queries/custom-tools'
5
import { useEnvironmentStore } from '@/stores/settings/environment'
6
import { tools } from '@/tools/registry'
@@ -334,5 +333,3 @@ export function createToolConfig(
334
333
},
335
}
336
337
-
338
0 commit comments