pipe<
NewRunOutput
>(
coerceable: RunnableLike<string, NewRunOutput>
): Runnable<BaseLanguageModelInput, | Name | Type | Description |
|---|---|---|
coerceable* | RunnableLike<string, NewRunOutput> |
Create a new runnable sequence that runs each individual runnable in series, piping the output of one runnable into another runnable or runnable-like.
A runnable, function, or object whose values are functions or runnables.