inspector icon indicating copy to clipboard operation
inspector copied to clipboard

Given prompt input, can we know which tool was called?

Open kunalreal53 opened this issue 3 months ago • 1 comments

Given a prompt input like how the user asks in the agent such as - "What is the sum of 2 and 3?" - can we know using the inspector, which server tool was called and with what arguments? For example for this above prompt, Add tool was called with arguments 2 and 3.

kunalreal53 avatar Oct 09 '25 21:10 kunalreal53

Hi @kunalreal53 , do you mean like when a model is actually using the tools? Inspector is focused on manual testing at the moment, so it doesn't integrate with agents.

olaservo avatar Oct 13 '25 04:10 olaservo