← 返回
未分类 Key 中文

Azure Bing Grounding

Web search grounding via Azure Foundry and Bing Grounding Search tool. Use when the user needs up-to-date information searched from the web via Azure AI Agen...
使用 AzureFoundry 和 Bing Grounding Search 工具进行网络搜索基础,适用于需要通过 Azure AI Agent 从网络获取最新信息的场景。
bowang306
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 313
下载
💾 0
安装
1
版本
#latest

概述

Azure Bing Grounding

Use the bundled Python script to perform grounded searches using Azure Foundry's Agent Service and the Bing Grounding Search Tool.

Requirements

  1. Required Python packages:

```bash

pip install azure-identity azure-ai-agents

```

  1. Authentication:
    • Ensure Azure CLI is logged in (az login), OR
    • Set Azure Service Principal / Managed Identity credentials compatible with DefaultAzureCredential or ClientSecretCredential.
  1. Environment Variables:

Add the following to your ~/.openclaw/.env file or export them in your shell:

```bash

# Your Azure AI Foundry project endpoint

FOUNDRY_PROJECT_ENDPOINT="https://.ai.azure.com/api/projects/"

# The ID of the Bing Grounding connection in your Azure AI Foundry Project

BING_PROJECT_CONNECTION_ID=""

# Default model deployment name (optional, defaults to gpt-4o)

FOUNDRY_MODEL_DEPLOYMENT_NAME="gpt-4o"

# (Optional) Service Principal Credentials if not using DefaultAzureCredential

AZURE_TENANT_ID=""

AZURE_CLIENT_ID=""

AZURE_CLIENT_SECRET=""

```

Commands

Run from the OpenClaw workspace:

# Raw JSON output (default)
python3 {baseDir}/scripts/bing_grounding.py --query "What is the latest AI news today?"

# Markdown human-readable output
python3 {baseDir}/scripts/bing_grounding.py --query "What is the latest AI news today?" --format md

# Use a specific model deployment (default is gpt-4o)
python3 {baseDir}/scripts/bing_grounding.py --query "Weather in Seattle?" --model "gpt-4o-mini"

Output

Returns a generated response synthesized by the Azure AI Agent based on Bing Search results, along with the source URL citations.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 17:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 670 📥 324,286
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,216 📥 266,630
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 713 📥 243,958