From 137ce05324d07489a1e7e8a71d81b4b6473f37f0 Mon Sep 17 00:00:00 2001 From: teknium1 Date: Tue, 10 Feb 2026 21:04:24 -0800 Subject: [PATCH] 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. --- toolsets.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/toolsets.py b/toolsets.py index 04785b02b3..7896d1ecdd 100644 --- a/toolsets.py +++ b/toolsets.py @@ -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