chore: enable F821, F401, W293 (#9503)
* auto fixes * auto fix pt2 and transitive deps and undefined var checking locals() * manual fixes (ignored or letta-code fixed) * fix circular import
This commit is contained in:
@@ -414,7 +414,7 @@ class VoiceAgent(BaseAgent):
|
||||
for t in tools
|
||||
]
|
||||
|
||||
async def _execute_tool(self, user_query: str, tool_name: str, tool_args: dict, agent_state: AgentState) -> "ToolExecutionResult":
|
||||
async def _execute_tool(self, user_query: str, tool_name: str, tool_args: dict, agent_state: AgentState) -> "ToolExecutionResult": # noqa: F821
|
||||
"""
|
||||
Executes a tool and returns the ToolExecutionResult.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user