Ask a question to get started
Enter to sendā¢Shift+Enter new line
_callWithConfig< T extends any >( func: (input: T) => Promise<RunOutput> |
func
(input: T) => Promise<RunOutput> | (input: T, config?: Partial<RunnableConfig<Record<string, any>>>, runManager?: CallbackManagerForChainRun) => Promise<RunOutput>
input
T
options
Partial<RunnableConfig<Record<string, any>>> & __type