Skip to content

@uservane/openai-agents/server: RunWithFeedbackMintOpts

RunWithFeedbackMintOpts = object

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

optional apiBase?: string

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

API origin. Defaults inside mintFeedbackToken.


optional fetchImpl?: typeof fetch

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

Injected fetch (tests).


optional groupId?: string

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

OpenAI Agents session grouping key. Maps 1:1 to UserVane/Langfuse sessionId. Set this to your chat/session id so the linked round-trip and Langfuse session score share one key. Absent => unbound (no mint) + flagged.


optional observationId?: string

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

Optional observation id (deferred observation-level path).


respondentId: string

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

Respondent identity for the bound token.


secretKey: string

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

Project secret key (uv_sk_...). NEVER ship to the browser.


surveyId: string

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

Survey to mint a token for.


optional taskType?: string

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

Optional task type (PM segmentation; untrusted display metadata).