llama-stack-mirror/docs/docs/providers/tool_runtime/remote_bing-search.mdx
2025-11-17 15:50:34 +00:00

24 lines
546 B
Text

---
description: "Bing Search tool for web search capabilities using Microsoft's search engine."
sidebar_label: Remote - Bing-Search
title: remote::bing-search
---
# remote::bing-search
## Description
Bing Search tool for web search capabilities using Microsoft's search engine.
## Configuration
| Field | Type | Required | Default | Description |
|-------|------|----------|---------|-------------|
| `api_key` | `str \| None` | No | | |
| `top_k` | `int` | No | 3 | |
## Sample Configuration
```yaml
api_key: ${env.BING_API_KEY:}
```