Udostępnij przez


HostedWebSearchTool Constructors

Definition

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.

Applies to