pub fn read_transcript(
store: &dyn SessionStore,
file_path: &Path,
) -> Result<Vec<TranscriptEntry>, SessionError>Expand description
Read a session file via the given store and return transcript entries.
Works with any SessionStore implementation, so both .jsonl and
.tlog sessions are supported.