Class for invoking AWS Lambda functions within the LangChain framework. Extends the DynamicTool class.

Hierarchy

Constructors

Properties

Constructors

Properties

description: string
func: ((input, runManager?) => Promise<string>)

Type declaration

    • (input, runManager?): Promise<string>
    • Parameters

      • input: string
      • Optional runManager: CallbackManagerForToolRun

      Returns Promise<string>

name: string

Generated using TypeDoc