Replies: 1 comment
-
@santiagxf / @farzad528, can you help here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to see span with Azure AI Search tool call including parameters and other metadata related to this call in Tracing UI.
I have defined Agent as:
and I would like to get full observability for Agent run.
I have this instrumented code for Agent run:
When looking to Tracing UI,
I could see the Azure AI Search to be invoked (based on agent answer and citations), but
I cannot find any notion of Azure AI search tool being executed (tool call, parameters, metadata).
Full metadata from list_messages:
Am I looking to the wrong place or do I need to add any specific code snippet to make this work ?
I would like to see span with Azure AI Search tool call including parameters and other metadata related to this call.
I have read https://github.com/orgs/azure-ai-foundry/discussions/15 and examined provided sample script there, but I am not sure if that works only for custom tool or could be used also internal Azure AI Foundry tools such as Azure AI Search.
Thank you,
Tomas
Beta Was this translation helpful? Give feedback.
All reactions