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 directory to save prompt to.
Save the prompt.
Example:
prompt.save(file_path="path/prompt.yaml")