Interface DynamicToolInput

Interface for the input parameters of the DynamicTool class.

Hierarchy

  • BaseDynamicToolInput
    • DynamicToolInput

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
returnDirect?: boolean

Generated using TypeDoc