Deserializes wrapped tool parameters into a Request object.
This method is called when a wrapped tool is executed. It extracts the arguments from the JSON parameters and converts them according to the tool's needs, using the provided command template.
| parameters_node |
The parameters as a Json.Node |
| command_template |
The command template with {arguments} placeholder |
|
A RequestBase instance or null if deserialization fails |