Medal Huang
Medal Huang
> Would it be possible to add something like: `@assistant.on("function_calls_started")` > > We currently have `@assistant.on("function_calls_finished")`... But some of the functions which I'm calling take a couple of seconds to...
Thanks @birksy89 I solve it by using LLM prompt and let LLM attach a text content along with function call. It is supported in the newest version of livekit-agents. I...
the response text is along side with the function call, they are in the same response. like this( this log is from claude-3.5-sonnet) ``` {'role': 'user', 'content': [{'text': 'Tell me...