From f65918cfd39f7eb446af82c9c6860a09495aaa13 Mon Sep 17 00:00:00 2001 From: Ariel Frischer Date: Fri, 14 Feb 2025 14:11:33 -0800 Subject: [PATCH] refactor(ciayn_agent.py): remove unused variables tool_failure_current_provider and tool_failure_current_model to clean up the code and improve readability --- ra_aid/agents/ciayn_agent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ra_aid/agents/ciayn_agent.py b/ra_aid/agents/ciayn_agent.py index b16fff1..8d1393f 100644 --- a/ra_aid/agents/ciayn_agent.py +++ b/ra_aid/agents/ciayn_agent.py @@ -105,8 +105,6 @@ class CiaynAgent: for t in tools: self.available_functions.append(get_function_info(t.func)) - self.tool_failure_current_provider = None - self.tool_failure_current_model = None self.fallback_handler = FallbackHandler(config, tools) self.sys_message = SystemMessage( "Execute efficiently yet completely as a fully autonomous agent."