Is openinference-instrumentation-litellm expected to log all tools available to LLM in the trace? I'm seeing an example where the tools aren't logged while the LLM output is a tool call, so I wonder what tools are available to the LLM. With openinference-instrumentation-openai, there is usually a Tools tab besides Input Messages , I wonder if this should also be the case for litellm.
馃挕聽Hint: Mention RunLLM in the thread for followups.
Thank you, yeah, I find this feature of showing all available tools to an agent super helpful, esp. for an agent that I'm not familiar with. More context: I was trying to understand https://github.com/robusta-dev/holmesgpt better, which used litellm, then I forked it https://github.com/zyxue/holmesgpt/commit/d0fc63738eabf870b08d66dd37bcb75040ab1ef2 and added phoenix tracing, it's great that I can see what the system prompt is sent to LLM now, but also realizing not seeing what tools are available.
