Static
fromCreates a ZapierToolKit instance based on a ZapierNLAWrapper instance. It retrieves the list of available actions from the ZapierNLAWrapper and creates a ZapierNLARunAction tool for each action. The created tools are added to the tools property of the ZapierToolKit instance.
The ZapierNLAWrapper instance to create the ZapierToolKit from.
A Promise that resolves to a ZapierToolKit instance.
Generated using TypeDoc
Represents a toolkit for working with Zapier actions. It extends the Toolkit class and provides functionality for managing Zapier tools.
Example