menu
langchain_core package
documentation
runnables.dart
RunnableBinding<RunInput extends Object?, CallOptions extends RunnableOptions, RunOutput extends Object?>
bound property
bound property
dark_mode
light_mode
bound
property
Runnable
<
RunInput
,
CallOptions
,
RunOutput
>
bound
final
The
Runnable
to bind.
Implementation
final Runnable<RunInput, CallOptions, RunOutput> bound;
langchain_core package
documentation
runnables
RunnableBinding<RunInput extends Object?, CallOptions extends RunnableOptions, RunOutput extends Object?>
bound property
RunnableBinding class