We’ve been using function calls for our bot to perform basic productivity tasks, and have run into an issue where in the traces we see mention of ‘placeholder’ tool calls:
These placeholder tool calls are not real, and don’t result in any function/API call. They are happening in scenarios where the model is performing parallel tool calls, and specifically when the ask is more complex and potentially involves multiple tool calling steps to complete the task.
Has anyone else seen these? thanks!
