From 2e339114002dac7ea3737d23933c62e57a4f3050 Mon Sep 17 00:00:00 2001 From: Yingbei Tong Date: Tue, 16 Apr 2024 21:22:32 +0000 Subject: [PATCH] Hacky func streaming (#2) * hacky function call streaming * remove * minor fix to take care of case that the input function has no description or arguments is null * test parser * fix makefile to make sure the order of file linking works for ubuntu gcc/g++ 11.4 * add function name mapping to take care of input function name with hyphen- * add a comment TODO for streaming chunks.