Skip to main content

codetether_agent/tool/computer_use/
input.rs

1//! Input types for the computer_use tool.
2
3mod action;
4mod request;
5
6pub use action::ComputerUseAction;
7pub use request::ComputerUseInput;