Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_KEY | Yes | Your Deepsearch API Key | |
BASE_URL | No | The base URL for the API endpoint | https://yunwu.ai/v1/chat/completions |
MODEL_NAME | No | The model name to use for deepsearch | gemini-2.5-flash-deepsearch |
DEEPSEARCH_TIMEOUT | No | Timeout in seconds for deepsearch requests | 400 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
deepsearch | 使用 DeepSearch 模型执行广域检索并返回结构化结果,拥有比AI Agent内置搜索更好的搜索效果但更耗时,需要平衡需求 |
deepsearch-web | 针对站点或时间范围的 DeepSearch 定向检索,拥有比AI Agent内置搜索更好的搜索效果但更耗时,需要平衡需求 |