pub fn update_session(
session: SavedSession,
messages: &[Message],
total_tokens: u64,
system_prompt: Option<&SystemPrompt>,
) -> SavedSessionExpand description
Update an existing session with new messages
pub fn update_session(
session: SavedSession,
messages: &[Message],
total_tokens: u64,
system_prompt: Option<&SystemPrompt>,
) -> SavedSessionUpdate an existing session with new messages