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.