fix: remove stale append_schema_hint_if_permissive call after rebase

Staging moved schema hint logic to display-time in schema() method,
so the construction-time call from PTC is no longer needed.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
Zaki
2026-03-21 08:13:18 +00:00
committed by Claude
co-authored by Claude Opus 4.6
parent b0d2d3cff6
commit 6c1d0a4828
+1 -3
View File
@@ -625,9 +625,7 @@ impl WasmToolWrapper {
oauth_refresh: None,
tool_executor: None,
tool_executor_slot: None,
};
wrapper.append_schema_hint_if_permissive();
wrapper
}
}
/// Override the tool description.