From 6a55c98205a27f8ee4c7da024bbf6a5c6a3c42df Mon Sep 17 00:00:00 2001 From: Shubham Naik Date: Wed, 19 Feb 2025 16:34:18 -0800 Subject: [PATCH] Fix args 1 (#1070) Co-authored-by: Shubham Naik --- letta/orm/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letta/orm/agent.py b/letta/orm/agent.py index d8b90b56..5efb3366 100644 --- a/letta/orm/agent.py +++ b/letta/orm/agent.py @@ -16,7 +16,7 @@ from letta.schemas.agent import AgentType from letta.schemas.embedding_config import EmbeddingConfig from letta.schemas.llm_config import LLMConfig from letta.schemas.memory import Memory -from letta.schemas.tool_rule import TerminalToolRule, ToolRule +from letta.schemas.tool_rule import ToolRule if TYPE_CHECKING: from letta.orm.agents_tags import AgentsTags