Hello,
I'm encountering an issue with the Playground while using Phoenix to log traces of an OpenAI agent.
When I select a specific LLM call from the trace and open it in the Playground, it loads, but the tools aren't available. As a result, when I rerun a function-calling step—even without making any changes—the LLM returns a regular text response instead of responding with a function call.
It seems like the Playground isn't properly loading the tools context for those steps. Could you help me resolve this?