First evaluates the condition, then delegate to True or False branch.
invoke(
self,
input: Input,
config: RunnableConfig | None = None,
**kwargs: Any = {}
) -> Output| Name | Type | Description |
|---|---|---|
input* | Input | The input to the |
config | RunnableConfig | None | Default: NoneThe configuration for the |
**kwargs | Any | Default: {}Additional keyword arguments to pass to the |