we are initiating multiple calls using Realtime API and twilio and performing function calling to send email to customer by following instructions . but there is no way to get some unique field like callSid when reciving function name from openai on the basis that we can send the email to relavant customer. now it is fetching last call details .Please suggest any method to fix this
1 Like
you could use function_call_id or add metadata
1 Like
can you please share sample example that will be more helpful for us