pub async fn execute_model_tool( name: &str, args: &Value, model_registry: &SharedModelRegistry, ) -> Result<String, String>
Execute a model tool call.