Skip to content

Commit 5441ad9

Browse files
committed
remove proxy routes
1 parent 257e049 commit 5441ad9

File tree

52 files changed

+133
-641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+133
-641
lines changed

apps/sim/app/api/copilot/execute-tool/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export async function POST(req: NextRequest) {
224224
hasApiKey: !!executionParams.apiKey,
225225
})
226226

227-
const result = await executeTool(resolvedToolName, executionParams, true)
227+
const result = await executeTool(resolvedToolName, executionParams)
228228

229229
logger.info(`[${tracker.requestId}] Tool execution complete`, {
230230
toolName,

0 commit comments

Comments
 (0)