class Response
Faraday response middleware that unwraps JSON-RPC 2.0 responses and converts the result into A2A::Schema::Definition objects.
Reads env.request.context[:a2a_operation] to determine which Schema class to instantiate. If no operation is set, passes through.
Raises on JSON-RPC error responses.