Return a reference to the session's memory, if configured.
(&self)
| 924 | |
| 925 | /// Return a reference to the session's memory, if configured. |
| 926 | pub fn memory(&self) -> Option<&Arc<crate::memory::AgentMemory>> { |
| 927 | SessionView::from_session(self).memory() |
| 928 | } |
| 929 | |
| 930 | /// Return the session ID. |
| 931 | pub fn id(&self) -> &str { |
no outgoing calls
no test coverage detected