Creates a ConneryToolkit instance based on the provided ConneryService instance. It populates the tools property of the ConneryToolkit instance with the list of available tools from the Connery Runner.
createInstance(conneryService: ConneryService): Promise<ConneryToolkit>| Name | Type | Description |
|---|---|---|
conneryService* | ConneryService | The ConneryService instance. |