A helper method that is used to invoke the runnable with the specified input and configuration.
_invoke(
inputs: RunInputItem[],
config: Partial<CallOptions>,
runManager: CallbackManagerForChainRun
): Promise<RunOutputItem[]>| Name | Type | Description |
|---|---|---|
inputs* | RunInputItem[] | |
config | Partial<CallOptions> | The configuration to invoke the runnable with. |
runManager | CallbackManagerForChainRun |