This commit is contained in:
marko-kraemer 2024-11-02 03:19:01 +01:00
parent 8e25bc3f52
commit 4601702c06
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ MODULES = {
},
"thread_manager": {
"required": True,
"files": ["thread_manager.py", "ui.py"],
"files": ["thread_manager.py", "thread_viewer_ui.py"],
"description": "Message thread management module - Manages conversation history and message flows"
},
"tool_system": {