Skip to main content

prepare_edit_args

Function prepare_edit_args 

Source
pub fn prepare_edit_args(args: Value) -> Result<Value, String>
Expand description

Normalize tool arguments before execution. Returns restructured JSON matching execute()’s expected format, or the original args on error (execute() will produce its own error message).