_callWithConfig<
T extends RunInputItem[]
>(
func: (input: T) => Promise<RunOutputItem[]> | (input: T,
config: Partial<CallOptions>,
runManager: CallbackManagerForChainRun) => Promise<RunOutputItem[]>, input: T, options: Partial<CallOptions> __type
): Promise<RunOutputItem[]>