Structured Outputs Support for Playground
November 20, 2025Session Annotations
November 10, 2025- Input/Output Level: Attach insights to specific output messages, automatically linked to the root span of the trace.
- Span Level: Dive deeper into a trace and annotate individual spans for precise, context-rich feedback.
Integrations Revamp
November 5, 2025
OpenInference TypeScript 2.0
November 3, 2025- Added easy manual instrumentation with the same decorators, wrappers, and attribute helpers found in the Python
openinference-instrumentationpackage. - Introduced function tracing utilities that automatically create spans for sync/async function execution, including specialized wrappers for chains, agents, and tools.
- Added decorator-based method tracing, enabling automatic span creation on class methods via the
@observedecorator. - Expanded attribute helper utilities for standardized OpenTelemetry metadata creation, including helpers for inputs/outputs, LLM operations, embeddings, retrievers, and tool definitions.
- Overall, tracing workflows, agent behavior, and external tool calls is now significantly simpler and more consistent across languages.