Check if the prompt file exists
(&self)
| 100 | |
| 101 | /// Check if the prompt file exists |
| 102 | fn exists(&self) -> bool { |
| 103 | self.path.exists() |
| 104 | } |
| 105 | |
| 106 | /// Load the content of the prompt file |
| 107 | fn load_content(&self) -> Result<String, GetPromptError> { |
no outgoing calls