Skip to main content

process_stream_line

Function process_stream_line 

Source
async fn process_stream_line(
    line: &str,
    tc_acc: &mut BTreeMap<u32, AccumulatedToolCall>,
    finish: &mut String,
    tx: &Sender<Result<VlmStreamItem>>,
) -> Result<bool>