execute_gui_control

Function execute_gui_control 

Source
pub async fn execute_gui_control(
    req: GuiControlRequest,
) -> Result<GuiControlResponse>
Expand description

Process a GUI control request. Since the actual UI mutation happens on the frontend when it intercepts the tool call, the backend’s job is simply to validate and return a success message.