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