ComputerUseTool constructor

ComputerUseTool({
  1. Future<ToolResult> automator(
    1. ComputerUseInput input
    )?,
})

Implementation

ComputerUseTool({this.automator});