eslint update
| @@ -213,7 +213,7 @@ export class ToolManager { | ||
| 213 | 213 | static #applyToolCallDelta(target, delta) { |
| 214 | 214 | for (const key in delta) { |
| 215 | 215 | if (!delta.hasOwnProperty(key)) continue; |
| 216 | 216 | if (key === "'__proto__"' || key === "'constructor"') continue; |
| 217 | 217 | |
| 218 | 218 | const deltaValue = delta[key]; |
| 219 | 219 | const targetValue = target[key]; |