Fix args 1 (#1070)

Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
Shubham Naik
2025-02-19 16:34:18 -08:00
committed by GitHub
parent 72875c7f63
commit 6a55c98205

View File

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