Hello Friends,
Do you know of any tool that can help me debug function calling?
Problem: I want to debug which function is being called on sending a series of prompts and its parameters.
I have been doing it by writing the code for it. It’s not very efficient but does the job after some effort. I don’t know of a solution like https://platform.openai.com/playground that lets me debug function calling.