Skip to main content

generate_full_filename

Function generate_full_filename 

Source
pub fn generate_full_filename(
    agent: &str,
    workspace: Option<&Path>,
    timestamp_ms: Option<i64>,
    title: Option<&str>,
    first_user_message: Option<&str>,
) -> String
Expand description

Generate a complete filename with all components.

Format: {agent}_{workspace}_{datetime}_{topic}.html