Update .gitignore to exclude additional cache files; enhance APIManager message handling and tool response parsing

This commit is contained in:
pacnpal
2025-02-25 09:23:41 -05:00
parent 4f94600375
commit 0e6a0fa770
3 changed files with 142 additions and 61 deletions

2
.gitignore vendored
View File

@@ -33,3 +33,5 @@ discord_glhf/__pycache__/bot.cpython-313.pyc
discord_glhf/handlers/__pycache__/event_handler.cpython-313.pyc
discord_glhf/web/__pycache__/app.cpython-313.pyc
discord_glhf/handlers/__pycache__/function_tools.cpython-313.pyc
discord_glhf/__pycache__/api.cpython-313.pyc
discord_glhf/handlers/__pycache__/tool_handler.cpython-313.pyc