Returns the list of files that were recorded in this turn.
(&self)
| 72 | impl TurnRecordOutcome { |
| 73 | /// Returns the list of files that were recorded in this turn. |
| 74 | pub fn recorded_file_list(&self) -> &[String] { |
| 75 | &self.recorded_files |
| 76 | } |
| 77 | |
| 78 | /// Returns the unhashed turn data (transcript + reasoning), if available. |
| 79 | pub fn unhashed(&self) -> Option<&transcript::UnhashedTurnData> { |
no outgoing calls
no test coverage detected