Skip to content

Commit 9657a38

Browse files
Update README.md
Co-authored-by: Felix Becker <felix.b@outlook.com>
1 parent 4ada132 commit 9657a38

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,9 +636,10 @@ const response = await client.beta.messages.create({
636636
],
637637
tools: [
638638
{
639-
"name": "code_execution",
640-
"type": "code_execution_20250522"
641-
}],
639+
name: "code_execution",
640+
type: "code_execution_20250522",
641+
}
642+
],
642643
betas: ["code-execution-2025-05-22"]
643644
})
644645
```

0 commit comments

Comments
 (0)