mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 02:03:44 +00:00
24 lines
546 B
Text
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:}
|
|
```
|