diff --git a/vision_agent/tools/meta_tools.py b/vision_agent/tools/meta_tools.py index 0b431f19..af28360b 100644 --- a/vision_agent/tools/meta_tools.py +++ b/vision_agent/tools/meta_tools.py @@ -528,7 +528,7 @@ def replacer(match: re.Match) -> str: artifacts[name] = new_code - diff = get_diff(code, new_code) + diff = get_diff_with_prompts(name, code, new_code) print(diff) return diff