Skip to main content

Module adapter

Module adapter 

Source
Expand description

ChainRunnable adapter - bridges BaseChain to the Runnable trait.

This allows chains to participate in LCEL pipelines via pipe().

Structs§

ChainRunnable
Adapter that wraps a BaseChain as a Runnable<HashMap<String, Value>, HashMap<String, Value>>.