HostedToolSearchTool 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 |
|---|---|
| HostedToolSearchTool() |
Initializes a new instance of the HostedToolSearchTool class. |
| HostedToolSearchTool(IReadOnlyDictionary<String,Object>) |
Initializes a new instance of the HostedToolSearchTool class. |
HostedToolSearchTool()
Initializes a new instance of the HostedToolSearchTool class.
public:
HostedToolSearchTool();
public HostedToolSearchTool();
Public Sub New ()
Applies to
HostedToolSearchTool(IReadOnlyDictionary<String,Object>)
Initializes a new instance of the HostedToolSearchTool class.
public:
HostedToolSearchTool(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ additionalProperties);
public HostedToolSearchTool(System.Collections.Generic.IReadOnlyDictionary<string,object?>? additionalProperties);
new Microsoft.Extensions.AI.HostedToolSearchTool : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.Extensions.AI.HostedToolSearchTool
Public Sub New (additionalProperties As IReadOnlyDictionary(Of String, Object))
Parameters
- additionalProperties
- IReadOnlyDictionary<String,Object>
Any additional properties associated with the tool.