A2ATool 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 |
|---|---|
| A2ATool() |
Initializes a new instance of A2ATool. |
| A2ATool(Uri) |
Initializes a new instance of A2ATool. |
A2ATool()
- Source:
- A2ATool.cs
Initializes a new instance of A2ATool.
public A2ATool();
Public Sub New ()
Applies to
A2ATool(Uri)
- Source:
- A2ATool.cs
Initializes a new instance of A2ATool.
public A2ATool(Uri baseUri);
new Azure.AI.Projects.OpenAI.A2ATool : Uri -> Azure.AI.Projects.OpenAI.A2ATool
Public Sub New (baseUri As Uri)
Parameters
- baseUri
- Uri