Ask a question to get started
Enter to send•Shift+Enter new line
pipe( self, *others: Runnable[Any, Other] | Callable[[Iterator[Any]]
others
Runnable[Any, Other] | Callable[[Iterator[Any]], Iterator[Other]] | Callable[[AsyncIterator[Any]], AsyncIterator[Other]] | Callable[[Any], Other] | Mapping[str, Runnable[Any, Other] | Callable[[Any], Other] | Any]
()
name
str | None
None
Pipe the structured prompt to a language model.
The language model to pipe the structured prompt to.
The name of the pipeline.