refactor(ciayn_agent.py): remove unused variables tool_failure_current_provider and tool_failure_current_model to clean up the code and improve readability

This commit is contained in:
Ariel Frischer 2025-02-14 14:11:33 -08:00
parent 9f78e7d36c
commit f65918cfd3
1 changed files with 0 additions and 2 deletions

View File

@ -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."