Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BING_API_KEY | Yes | Your Microsoft Bing Search API key | |
BING_API_URL | No | URL endpoint for the Bing API (optional) | https://api.bing.microsoft.com/ |
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 |
---|---|
bing_web_search | Performs a web search using the Bing Search API for general information and websites. Copy |
bing_news_search | Searches for news articles using Bing News Search API for current events and timely information. Copy |
bing_image_search | Searches for images using Bing Image Search API for visual content. Copy |