Skip to main content

render_tool_result_msg

Function render_tool_result_msg 

Source
pub fn render_tool_result_msg(
    content: &str,
    label: &str,
    lines: &mut Vec<Line<'static>>,
    theme: &Theme,
)
Expand description

渲染工具执行结果消息:绿色标签 + 截断内容(最多 5 行)