The session's persistence store, if one is configured — needed by the resumable orchestration combinator to journal workflow progress.
(&self)
| 1059 | /// The session's persistence store, if one is configured — needed by the |
| 1060 | /// resumable orchestration combinator to journal workflow progress. |
| 1061 | pub fn session_store(&self) -> Option<Arc<dyn crate::store::SessionStore>> { |
| 1062 | self.session_store.clone() |
| 1063 | } |
| 1064 | |
| 1065 | /// Return the definitions of all tools currently registered in this session. |
| 1066 | /// |
no test coverage detected