Interface DynamicToolInput

Interface for the input parameters of the DynamicTool class.

Hierarchy

Properties

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

Type declaration

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

      • input: string
      • Optional runManager: CallbackManagerForToolRun
      • Optional config: RunnableConfig

      Returns Promise<string>

name: string
callbacks?: Callbacks
metadata?: Record<string, unknown>
returnDirect?: boolean
tags?: string[]
verbose?: boolean

Generated using TypeDoc