Build the vault-relative path for an intent file.
(&self, session_id: Option<&str>, turn_id: Option<u32>)
| 699 | |
| 700 | /// Build the vault-relative path for an intent file. |
| 701 | fn intent_file_for(&self, session_id: Option<&str>, turn_id: Option<u32>) -> String { |
| 702 | format!("{}/intent.md", self.intent_dir_for(session_id, turn_id)) |
| 703 | } |
| 704 | |
| 705 | /// Find the vault path for an intent by its display ID. |
| 706 | /// |