| Name | Type | Description |
|---|---|---|
func* | Callable[[Input], Output] | Callable[[Input, RunnableConfig], Output] | Callable[[Input, CallbackManagerForChainRun], Output] | Callable[[Input, CallbackManagerForChainRun, RunnableConfig], Output] | |
input* | Input | |
config* | RunnableConfig | |
run_manager | CallbackManagerForChainRun | None | Default: None |
**kwargs | Any | Default: {} |
Call function that may optionally accept a run_manager and/or config.
The function to call.
The input to the function.
The config to pass to the function.
The run manager to pass to the function.
The keyword arguments to pass to the function.