Add image generation tool to toolsets for messaging platforms

- Included "image_generate" in the toolsets for web, vision, and skills categories, expanding functionality for image-related tasks.
- Updated comments for clarity on the new tool's purpose, ensuring users understand its integration within the existing framework.
This commit is contained in:
teknium1
2026-02-10 21:04:24 -08:00
parent ada0b4f131
commit 137ce05324

View File

@@ -169,6 +169,8 @@ TOOLSETS = {
"web_search", "web_extract",
# Vision - analyze images sent by users
"vision_analyze",
# Image generation
"image_generate",
# Skills - access knowledge base
"skills_list", "skill_view",
# Cronjob management - let users schedule tasks
@@ -188,6 +190,8 @@ TOOLSETS = {
"web_search", "web_extract",
# Vision - analyze images sent by users
"vision_analyze",
# Image generation
"image_generate",
# Skills - access knowledge base
"skills_list", "skill_view",
# Cronjob management - let users schedule tasks
@@ -207,6 +211,8 @@ TOOLSETS = {
"read_file", "write_file", "patch", "search",
# Vision
"vision_analyze",
# Image generation
"image_generate",
# Skills
"skills_list", "skill_view",
# Cronjob management