MaxKB/apps/tools
CaptainB 5cb7fc8d9a feat: refactor shared tool API to utilize ToolSerializer for create, update, and import operations 2025-06-05 11:12:17 +08:00
..
api feat: change icon edit method from POST to PUT for tools and shared tools 2025-06-04 19:05:19 +08:00
migrations refactor: sql 2025-05-27 14:44:57 +08:00
models fix: make desc field optional in KnowledgeFolder and ToolFolder models 2025-05-14 11:31:54 +08:00
serializers feat: refactor shared tool API to utilize ToolSerializer for create, update, and import operations 2025-06-05 11:12:17 +08:00
sql feat: refactor user_id handling and enhance tool query logic 2025-06-03 16:31:07 +08:00
views feat: refactor shared tool API to utilize ToolSerializer for create, update, and import operations 2025-06-05 11:12:17 +08:00
__init__.py feat: implement Tool model and related API for Tool management 2025-04-17 14:11:57 +08:00
admin.py feat: implement Tool model and related API for Tool management 2025-04-17 14:11:57 +08:00
apps.py feat: implement Tool model and related API for Tool management 2025-04-17 14:11:57 +08:00
tests.py feat: implement Tool model and related API for Tool management 2025-04-17 14:11:57 +08:00
urls.py feat: add debug and edit icon functionalities for tools and shared tools 2025-06-04 18:52:24 +08:00