Interface DynamicStructuredToolInput<T>

Interface for the input parameters of the DynamicStructuredTool class.

Type Parameters

  • T extends z.ZodObject<any, any, any, any> = z.ZodObject<any, any, any, any>

Hierarchy

Properties

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

Type declaration

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

Generated using TypeDoc