fix(adapters): upstream response decode fidelity (FWD-07, FWD-08, FWD-10, FWD-12) — core, tests follow

This commit is contained in:
2026-08-29 10:26:03 +00:00
parent 5df91cda25
commit 9bb8487c6d
4 changed files with 302 additions and 119 deletions
-2
View File
@@ -105,7 +105,6 @@ impl OperationAdapter for FromJsonSchema {
let namespace = namespace.clone();
let http_client = Arc::clone(&http_client);
let error_status_codes = error_status_codes.clone();
let op_type = op_type;
async move {
forward(
&http_client,
@@ -116,7 +115,6 @@ impl OperationAdapter for FromJsonSchema {
&default_headers,
&namespace,
&error_status_codes,
op_type,
input,
context,
)