pub fn create_saved_session_with_mode(
messages: &[Message],
model: &str,
workspace: &Path,
total_tokens: u64,
system_prompt: Option<&SystemPrompt>,
mode: Option<&str>,
) -> SavedSessionExpand description
Create a new SavedSession from conversation state with optional mode label