From accfae4c818def79e666c29bab630e8b28ae9549 Mon Sep 17 00:00:00 2001 From: Arsenii Shatokhin Date: Tue, 5 Mar 2024 12:09:35 +0400 Subject: [PATCH] Added tool factory import to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcaec4be..32fca828 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Define your custom tools with [Instructor](https://github.com/jxnl/instructor): or convert from OpenAPI schemas: ```python + from agency_swarm.tools import ToolFactory # using local file with open("schemas/your_schema.json") as f: ToolFactory.from_openapi_schema(