BingGroundingTool interface
The input definition information for a bing grounding search tool as used to configure an agent.
- Extends
Properties
| bing_grounding | The bing grounding search tool parameters. |
| description | Deprecated. This property is deprecated and will be removed in a future version. |
| name | Deprecated. This property is deprecated and will be removed in a future version. |
| tool_configs | Deprecated. This property is deprecated and will be removed in a future version. |
| type | The object type, which is always 'bing_grounding'. |
Property Details
bing_grounding
The bing grounding search tool parameters.
bing_grounding: BingGroundingSearchToolParameters
Property Value
description
Deprecated. This property is deprecated and will be removed in a future version.
description?: string
Property Value
string
name
Deprecated. This property is deprecated and will be removed in a future version.
name?: string
Property Value
string
tool_configs
Deprecated. This property is deprecated and will be removed in a future version.
tool_configs?: Record<string, ToolConfig>
Property Value
Record<string, ToolConfig>
type
The object type, which is always 'bing_grounding'.
type: "bing_grounding"
Property Value
"bing_grounding"