Use tool calling
Debug tool calls directly in prompplayground
Last updated
Was this helpful?
Debug tool calls directly in prompplayground
Last updated
Was this helpful?
Tools are a key part of agentic workflows, but debugging tool use can be tricky:
Were there any unclear parts in the function description or parameter details?
Was the function used with the right parameter values?
If the correct function existed, did the LLM use it?
Did the LLM have the needed function to reply to the input?
The playground automatically pulls in tools from your span data, making it easy to iterate on tool call prompts, especially if you have .