From 43904650ddbd4c2fdc3324ed954b3748b098cc97 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Fri, 3 Jan 2025 23:28:56 -0800 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73a5c1b..5eee7b2 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Run query get_tool_data to see the data the tool has collected so far. - `tool_registry.py` contains the mapping of tool names to tool definitions (so the AI understands how to use them) - The tools themselves are defined in their own files in `/tools` - Note the mapping in `tools/__init__.py` to each tool +- See main.py where some tool-specific logic is defined (todo, move this to the tool definition) ## TODO - Code GenerateInvoice against the Stripe API