pub fn get_buffer_string(
messages: &[AnyMessage],
human_prefix: &str,
ai_prefix: &str,
) -> String
Expand description
Helper function to convert messages to a string representation
pub fn get_buffer_string(
messages: &[AnyMessage],
human_prefix: &str,
ai_prefix: &str,
) -> String
Helper function to convert messages to a string representation