HostedToolSearchTool Constructors

Definition

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.

Applies to