Skip to content

@uservane/vercel-ai: 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).

optional observationId?: string

Defined in: products/uservane/agent-core/dist/index.d.ts:20


optional sessionId?: string

Defined in: products/uservane/agent-core/dist/index.d.ts:19


optional taskType?: string

Defined in: products/uservane/agent-core/dist/index.d.ts:21


optional traceId?: string

Defined in: products/uservane/agent-core/dist/index.d.ts:18