From e8210389a52c15dc40dae3077c22d7653293b70b Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Wed, 27 Aug 2025 21:39:44 -0400 Subject: [PATCH] added kwarg filter --- libs/python/agent/agent/callbacks/operator_validator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/python/agent/agent/callbacks/operator_validator.py b/libs/python/agent/agent/callbacks/operator_validator.py index 9f2bc671..eaf3a7de 100644 --- a/libs/python/agent/agent/callbacks/operator_validator.py +++ b/libs/python/agent/agent/callbacks/operator_validator.py @@ -68,7 +68,6 @@ class OperatorNormalizerCallback(AsyncCallbackHandler): keys = action.get("keys") if isinstance(keys, str): action["keys"] = keys.replace("-", "+").split("+") if len(keys) > 1 else [keys] - # put here for: "please replace _remove_keys with _keep_keys and only keep the keys that are required" required_keys_by_type = { # OpenAI actions "click": ["type", "button", "x", "y"],