@juspay/neurolink
Version:
Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio
10 lines (9 loc) • 316 B
TypeScript
/**
* Extract the current OTel trace context for use by Pipeline B spans.
* Returns undefined values when no OTel context is active, allowing
* Pipeline B spans to share the same trace as Pipeline A spans.
*/
export declare function getActiveTraceContext(): {
traceId?: string;
parentSpanId?: string;
};