Skip to main content

build_context_message

Function build_context_message 

Source
pub fn build_context_message(
    cmd: &str,
    output: &CapturedOutput,
) -> Option<Message>
Expand description

Build a context injection message from captured shell output.

Returns None if the captured text is empty (nothing to inject).