I just got the Tracing setup on my project. I am behind FastAPI, so the traces start from the REST request that come to FastAPI as I need to extract user.id and user.emails as well. I want to filter only the traces that end up making LLM calls or invokes Agents. How do I filter for that in the Trace tab ?