WebSearchTool
The Bing search tool.
Class Diagram
Section titled “Class Diagram”---
title: WebSearchTool
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class Tool {
+string name
+string kind
+string description
+Binding[] bindings
}
Tool <|-- WebSearchTool
class WebSearchTool {
+string kind
+Connection connection
+dictionary options
}
Yaml Example
Section titled “Yaml Example”kind: bing_searchconnection: kind: referenceoptions: instanceName: MyBingInstance market: en-US setLang: en count: 10 freshness: DayProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| kind | string | The kind identifier for Bing search tools |
| connection | Connection | The connection configuration for the Bing search tool |
| options | dictionary | The configuration options for the Bing search tool |