pub fn export_from_file(
input_path: &str,
options: ExportOptions<'_>,
) -> Result<String, ExportError>Expand description
Export an arbitrary session file without live agent state.
ยงErrors
Returns File not found: <resolved path> for a missing input, or a session,
encoding, or output error.