@uservane/vercel-ai: CorrelationSnapshot
Type Alias: CorrelationSnapshot
Section titled “Type Alias: CorrelationSnapshot”CorrelationSnapshot =
object
Defined in: products/uservane/agent-core/dist/index.d.ts:17
Correlation ids captured at show-decision time and carried to submit.
Empty fields mean the response will be stored unlinked (never mislinked).
Set traceId + observationId (developer-provided) for a per-step
observation-level Langfuse score. Session-only is the conversation rating path.
Framework auto-read of these ids remains deferred (developer-provided only).
Properties
Section titled “Properties”observationId?
Section titled “observationId?”
optionalobservationId?:string
Defined in: products/uservane/agent-core/dist/index.d.ts:20
sessionId?
Section titled “sessionId?”
optionalsessionId?:string
Defined in: products/uservane/agent-core/dist/index.d.ts:19
taskType?
Section titled “taskType?”
optionaltaskType?:string
Defined in: products/uservane/agent-core/dist/index.d.ts:21
traceId?
Section titled “traceId?”
optionaltraceId?:string
Defined in: products/uservane/agent-core/dist/index.d.ts:18