Skip to content

Commit

Permalink
fix: patch test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker committed Dec 21, 2024
1 parent ed887cb commit c681f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
SystemMessage,
ToolCallMessage,
ToolReturnMessage,
UsageMessage,
UserMessage,
)
from letta.schemas.letta_response import LettaResponse, LettaStreamingResponse
from letta.schemas.llm_config import LLMConfig
from letta.schemas.message import MessageCreate
from letta.schemas.usage import LettaUsageStatistics
from letta.services.helpers.agent_manager_helper import initialize_message_sequence
from letta.services.organization_manager import OrganizationManager
from letta.services.user_manager import UserManager
Expand Down

0 comments on commit c681f66

Please sign in to comment.