File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
packages/agents-core/src/tracing Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @openai/agents-core ' : patch
3+ ---
4+
5+ SpanData types are exported from distribution types for use when writing custom TracingExporters and Tracingprocessors
Original file line number Diff line number Diff line change @@ -16,10 +16,9 @@ export {
1616 TracingProcessor ,
1717 ConsoleSpanExporter ,
1818} from './processor' ;
19- export { NoopSpan , Span } from './spans' ;
19+ export * from './spans' ;
2020export { NoopTrace , Trace } from './traces' ;
2121export { generateGroupId , generateSpanId , generateTraceId } from './utils' ;
22- export type { MCPListToolsSpanData } from './spans' ;
2322
2423/**
2524 * Add a processor to the list of processors. Each processor will receive all traces/spans.
You can’t perform that action at this time.
0 commit comments