diff --git a/tests/test_basic.py b/tests/test_basic.py index 99d60801..912b9ca4 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -70,7 +70,7 @@ async def embeddings(self, text: Union[str, List[str]], **kwargs) -> Union[List[ memory = AgentMemory() calculator = CalculatorTool() - # Create agen + # Create agent agent = Agent( model=model, memory=memory,