Class ZapierNLARunAction

A tool that uses the ZapierNLAWrapper to run a specific action. It takes in the ZapierNLAWrapper instance, an action ID, a description, a schema for the parameters, and optionally the parameters themselves.

Hierarchy

  • Tool
    • ZapierNLARunAction

Constructors

  • Parameters

    • apiWrapper: ZapierNLAWrapper
    • actionId: string
    • zapierDescription: string
    • paramsSchema: ZapierValues
    • Optional params: ZapierValues

    Returns ZapierNLARunAction

Properties

actionId: string
apiWrapper: ZapierNLAWrapper
description: string
name: string
params?: ZapierValues

Generated using TypeDoc