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