Build the vault-relative path for an intent file.
(&self, session_id: Option<&str>, turn_id: Option<u32>)
| 653 | |
| 654 | /// Build the vault-relative path for an intent file. |
| 655 | fn intent_file_for(&self, session_id: Option<&str>, turn_id: Option<u32>) -> String { |
| 656 | format!("{}/intent.md", self.intent_dir_for(session_id, turn_id)) |
| 657 | } |
| 658 | |
| 659 | /// Find the vault path for an intent by its display ID. |
| 660 | /// |