feat: add image search builtin tool

This commit is contained in:
hetaoBackend
2026-01-29 08:23:50 +08:00
parent 248ffe61bc
commit 1926c58cf2
9 changed files with 311 additions and 17 deletions

View File

@@ -100,6 +100,13 @@ tools:
use: src.community.jina_ai.tools:web_fetch_tool
timeout: 10
# Image search tool (uses DuckDuckGo)
# Use this to find reference images before image generation
- name: image_search
group: web
use: src.community.image_search.tools:image_search_tool
max_results: 5
# File operations tools
- name: ls
group: file:read