Skip to main content

render_assistant_msg

Function render_assistant_msg 

Source
pub fn render_assistant_msg(
    content: &str,
    is_selected: bool,
    bubble_max_width: usize,
    lines: &mut Vec<Line<'static>>,
)
Expand description

渲染 AI 助手消息(提取为独立函数,供增量构建使用)