From 58850764a9f582bed5c5f2c1029071a2c76c7e82 Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Thu, 2 May 2024 15:22:06 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a09d2eb..364ad470 100644 --- a/README.md +++ b/README.md @@ -295,8 +295,7 @@ The following is an example of an agent that intakes a pydantic basemodel and ou ```python from pydantic import BaseModel, Field -from swarms import Anthropic -from swarms import Agent +from swarms import Anthropic, Agent # Initialize the schema for the person's information