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