busi488budgetbuddy/AGENTS.md
2026-01-03 17:13:02 +01:00

313 B

MyAI3 Repository Guide

Adding/Removing Tools

Each tool has a file in app/api/chat/tools/. The tool is then imported in app/api/chat/tools/route.ts. The UI display for the tool is handled in components/messages/tool-call.tsx and then must also be added to components/messages/assistant-message.tsx.