ConneryToolkit provides access to all the available actions from the Connery Runner.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

tools: ToolInterface[]

Methods

  • Returns ToolInterface[]

  • 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.

    Parameters

    • conneryService: ConneryService

      The ConneryService instance.

    Returns Promise<ConneryToolkit>

    A Promise that resolves to a ConneryToolkit instance.

Generated using TypeDoc