mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 04:14:46 +08:00
infoquest support image-search (#1255)
This commit is contained in:
committed by
GitHub
parent
38ace61617
commit
f6c54e0308
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user