Static method that creates an instance of AIPluginTool from a given plugin URL. It fetches the plugin and its API specification from the provided URL and returns a new instance of AIPluginTool with the fetched data.
fromPluginUrl(url: string): Promise<AIPluginTool>| Name | Type | Description |
|---|---|---|
url* | string | The URL of the AI plugin. |