Skip to content

Commit 8114951

Browse files
committed
fix linting
1 parent fc2fa01 commit 8114951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/tracing/vercelai/scenario-error-in-tool.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function run() {
2525
tools: {
2626
getWeather: {
2727
parameters: z.object({ location: z.string() }),
28-
execute: async args => {
28+
execute: async () => {
2929
throw new Error('Error in tool');
3030
},
3131
},

0 commit comments

Comments
 (0)