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