From d1cc1beeef893405b176819d120c0755cbdacdab Mon Sep 17 00:00:00 2001 From: kronk0s Date: Tue, 7 Jan 2025 10:32:27 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f025f29..2fd3d292 100644 --- a/README.md +++ b/README.md @@ -496,7 +496,7 @@ task = ( # Create an instance of the ToolAgent class agent = ToolAgent( name="dolly-function-agent", - description="Ana gent to create a child data", + description="An agent to create a child's data", model=model, tokenizer=tokenizer, json_schema=tool_schema,