menu
langchain_core package
documentation
runnables.dart
RunnableSequence<RunInput extends Object?, RunOutput extends Object?>
last property
last property
dark_mode
light_mode
last
property
Runnable
<
Object
?
,
RunnableOptions
,
RunOutput
>
last
final
The last
Runnable
in the
RunnableSequence
.
Implementation
final Runnable<Object?, RunnableOptions, RunOutput> last;
langchain_core package
documentation
runnables
RunnableSequence<RunInput extends Object?, RunOutput extends Object?>
last property
RunnableSequence class