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