December 10, 2024
- Claude Computer Use Tools Available: You can now use Claude computer use tools like
BashTool
,ComputerTool
, andTextEditorTool
when building your Vapi assistant. Create these tools withCreateBashToolDTO
(enables shell command execution),CreateComputerToolDTO
(use desktop functionality with customizable display dimensions usingdisplayWidthPx
,displayHeightPx
), andCreateTextEditorToolDTO
(text editing operations), respectively.
Refer to our API docs to learn more about how to use Claude computer use tools.