From cd2e4856ba2aff3bc834624b6ea7567b84578717 Mon Sep 17 00:00:00 2001 From: "quantstruct[bot]" <190039098+quantstruct[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:30:57 +0000 Subject: [PATCH] Add changelog for 2024-12-10 --- fern/changelog/2024-12-10.mdx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fern/changelog/2024-12-10.mdx diff --git a/fern/changelog/2024-12-10.mdx b/fern/changelog/2024-12-10.mdx new file mode 100644 index 000000000..04cc304cc --- /dev/null +++ b/fern/changelog/2024-12-10.mdx @@ -0,0 +1,3 @@ +1. **Claude Computer Use Tools Available**: You can now use [Claude computer use tools](https://www.anthropic.com/news/3-5-models-and-computer-use) like `BashTool`, `ComputerTool`, and `TextEditorTool` when building your Vapi assistant. Create these tools with `CreateBashToolDTO` (enables shell command execution), `CreateComputerToolDTO` (use desktop functionality with customizable display dimensions using `displayWidthPx`, `displayHeightPx`), and `CreateTextEditorToolDTO` (text editing operations), respectively. + +Refer to our [API docs](https://api.vapi.ai/api) to learn more about how to use Claude computer use tools. \ No newline at end of file