is it the case that openinfernece-instrumentation-openai-agents doesn't log tools by default? E.g. comparing the auto instrumentation output between openinfernece-instrumentation-openai-agents (left) and openinfernece-instrumentation-openai (right) also, is it a good idea to use the two packages together?
馃挕聽Hint: Mention RunLLM in the thread for followups.
agents instrumentor should log tools by default
is this configured in instrumentor lib or openai-agents sdk?
you shouldn't have to configure anything
hmm, then it's kind of odd why tools aren't logged as in the screenshot to the left. here is a more complete picture, as seen, the input has no tools, but the output is a tool call, is that expected? maybe it's related to me using OpenAIChatCompletionsModel like in https://github.com/openai/openai-agents-python/blob/c2005f8273a899ffd32e4b77c06701f347f8ec92/examples/model_providers/custom_example_agent.py#L46?
I'll just use the two instrumentors together for now as the sdk instrumentor logs tools
