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