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