RouterInput#

class langchain_core.runnables.router.RouterInput[source]#

Router input.

key#

The key to route on.

Type:

str

input#

The input to pass to the selected Runnable.

Type:

Any

key: str#
input: Any#