Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / TransformerTraceCallbacks

Interface: TransformerTraceCallbacks

Defined in: packages/fireflow-types/src/json-transformers-trace.ts:13

Callbacks for tracing transformer operations (deserialization performance) Separated into its own file to avoid circular dependencies

Properties

onDeserializeEnd()?

optional onDeserializeEnd: (spanId) => void

Defined in: packages/fireflow-types/src/json-transformers-trace.ts:15

Parameters

spanId

string | null

Returns

void


onDeserializeStart()?

optional onDeserializeStart: (type) => string | null

Defined in: packages/fireflow-types/src/json-transformers-trace.ts:14

Parameters

type

string

Returns

string | null

Licensed under BUSL-1.1