mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 17:46:32 -04:00
- Remove unused `callEval` and `extract` from `ToolExecutor`. - Optimize `parseValue` in `schema.zig` to allocate directly instead of using `std.ArrayList` when filling missing defaults. - Simplify redundant checks and clean up comments.