Skip to content

@uservane/openai-agents/server: FeedbackPayload

FeedbackPayload = object

Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:57

optional mint?: MintFeedbackTokenResult

Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:74

Full mint response when a mint was attempted.


optional reason?: string

Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:72

Human-readable reason when unbound or mint returned no token.


optional sessionId?: string

Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:65

Equals groupId when bound. Undefined when unbound.


optional showToken?: string

Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:63

Bound show-token when groupId was set and mint succeeded. Undefined when unbound or the survey was gated (empty tokens).


surveyId: string

Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:58


optional unbound?: boolean

Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:70

True when groupId was absent: no bound mint was attempted. Set groupId to your session id for a linked round-trip.