HostedWebSearchTool Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| HostedWebSearchTool() |
Initializes a new instance of the HostedWebSearchTool class. |
| HostedWebSearchTool(IReadOnlyDictionary<String,Object>) |
Initializes a new instance of the HostedWebSearchTool class. |
HostedWebSearchTool()
- Source:
- HostedWebSearchTool.cs
Initializes a new instance of the HostedWebSearchTool class.
public:
HostedWebSearchTool();
public HostedWebSearchTool();
Public Sub New ()
Applies to
HostedWebSearchTool(IReadOnlyDictionary<String,Object>)
- Source:
- HostedWebSearchTool.cs
Initializes a new instance of the HostedWebSearchTool class.
public:
HostedWebSearchTool(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ additionalProperties);
public HostedWebSearchTool(System.Collections.Generic.IReadOnlyDictionary<string,object?>? additionalProperties);
new Microsoft.Extensions.AI.HostedWebSearchTool : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.Extensions.AI.HostedWebSearchTool
Public Sub New (additionalProperties As IReadOnlyDictionary(Of String, Object))
Parameters
- additionalProperties
- IReadOnlyDictionary<String,Object>
Any additional properties associated with the tool.