From 72607551dda82d608a5f2497c2b603a0136250a6 Mon Sep 17 00:00:00 2001 From: Martin Mirchev Date: Thu, 13 Mar 2025 12:32:39 +0100 Subject: [PATCH] Fake error --- app/data_structures.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/data_structures.py b/app/data_structures.py index 91ba963f8c3..6d41e593b05 100644 --- a/app/data_structures.py +++ b/app/data_structures.py @@ -25,8 +25,7 @@ def __str__(self): return self.method_name def __hash__(self): - return hash((self.class_name, self.method_name)) - + return "1" class FunctionCallIntent: """An intent to call a tool function.