deserialize_wrapped


Description:

public RequestBase? deserialize_wrapped (Node parameters_node, string command_template)

Implements WrapInterface.deserialize_wrapped() for wrapped tool execution.

For WebFetch, no special handling is needed - simply calls the regular deserialize() method since wrapped tools can pass parameters directly.

Parameters:

parameters_node

The parameters as a Json.Node

command_template

The command template (not used for WebFetch)

Returns:

A Request instance or null if deserialization fails