Key Features
Key Features
Tracing Capabilities
LLM Call Tracing
@tracer.trace_llm("market_analysis")
async def analyze_market(data):
response = await openai.chat.completions.create(
model="gpt-4o-mini",
messages=[{"role": "user", "content": f"Analyze this market data: {data}"}]
)
return response.choices[0].message.contentTool Tracing
Agent Tracing
Monitoring Features
Real-time Dashboard
Data Storage
Analytics
Evaluation Tools
Last updated