Skip to content

@uservane/vercel-ai: BoundTokenBinding

BoundTokenBinding = object

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

Server-minted bound token + correlation for one survey. Produced by mintFeedbackToken on the server; installed via bind().

optional observationId?: string

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


optional sessionId?: string

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

Authoritative session id (must match the token payload at submit).


showToken: string

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

v2 show-token signed with the project secret, bound to correlation ids.


surveyId: string

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


optional taskType?: string

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


optional traceId?: string

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

Pair with observationId for a per-step observation score.