annguyenarize
annguyenarize
@caroger sure, see below. The `agent_tools` attribute on agent attributes was manually added to track which tools the agent called. Open to other formatting ideas - I just needed a...
I think something that follows the openinference semantic conventions for a message attribute would be helpful https://arize.com/docs/ax/observe/tracing/tracing-concepts/openinference-semantic-conventions @Tomas2D
@caroger sorry I missed this. Yes, the use case is to send to AX and generate an embedding span and use the embedding visualizer. No code snippet unfortunately since this...
@nate-mar this was on latest of AX. Looks like tools are inside the `input` attribute I ran a quickstart script: ``` import os from dotenv import load_dotenv load_dotenv() arize_space_id =...