Ask a question to get started
Enter to send•Shift+Enter new line
Save the chain.
Expects Chain._chain_type property to be implemented and for memory to be null.
Chain._chain_type
save( self, file_path: Path | str, ) -> None
Example:
chain.save(file_path="path/chain.yaml")
file_path
Path | str
Path to file to save the chain to.