infoquest support image-search (#1255)

This commit is contained in:
infoquest-byteplus
2026-03-23 17:06:56 +08:00
committed by GitHub
parent 38ace61617
commit f6c54e0308
4 changed files with 318 additions and 20 deletions

View File

@@ -181,7 +181,7 @@ tools:
max_results: 5
# api_key: $TAVILY_API_KEY # Set if needed
# Web search tool (requires InfoQuest API key)
# Web search tool (uses InfoQuest, requires InfoQuest API key)
# - name: web_search
# group: web
# use: deerflow.community.infoquest.tools:web_search_tool
@@ -194,7 +194,7 @@ tools:
use: deerflow.community.jina_ai.tools:web_fetch_tool
timeout: 10
# Web fetch tool (uses InfoQuest AI reader)
# Web fetch tool (uses InfoQuest)
# - name: web_fetch
# group: web
# use: deerflow.community.infoquest.tools:web_fetch_tool
@@ -212,6 +212,15 @@ tools:
use: deerflow.community.image_search.tools:image_search_tool
max_results: 5
# Image search tool (uses InfoQuest)
# - name: image_search
# group: web
# use: deerflow.community.infoquest.tools:image_search_tool
# # Used to limit the scope of image search results, only returns content within the specified time range. Set to -1 to disable time filtering
# image_search_time_range: 10
# # Image size filter. Options: "l" (large), "m" (medium), "i" (icon).
# image_size: "i"
# File operations tools
- name: ls
group: file:read