Skip to content

@uservane/vercel-ai: UserVaneProviderProps

UserVaneProviderProps = object

Defined in: products/uservane/agent-react/dist/index.d.ts:67

optional apiBase?: string

Defined in: products/uservane/agent-react/dist/index.d.ts:71

API origin. Defaults inside @uservane/browser.


apiKey: string

Defined in: products/uservane/agent-react/dist/index.d.ts:69

Publishable key, e.g. uv_pk_live_.... Mapped to controller init.


children: ReactNode

Defined in: products/uservane/agent-react/dist/index.d.ts:92


optional correlationSource?: CorrelationSource

Defined in: products/uservane/agent-react/dist/index.d.ts:86

Optional correlation reader (show-time snapshot).


optional debug?: boolean

Defined in: products/uservane/agent-react/dist/index.d.ts:73

When true, the controller logs decision rationale; boundary logs render errors.


optional nonBlocking?: boolean

Defined in: products/uservane/agent-react/dist/index.d.ts:78

When true, mechanical triggers are enabled and there is no open-task bar. Default false: blocking-capable, task open until resolveTask.


optional renderInline?: boolean

Defined in: products/uservane/agent-react/dist/index.d.ts:91

When true, render the built-in <InlineFeedback/> under children. Default true.


optional surveySlug?: string

Defined in: products/uservane/agent-react/dist/index.d.ts:80

Default survey slug for resolveTask / mechanical triggers.


optional traits?: Record<string, unknown>

Defined in: products/uservane/agent-react/dist/index.d.ts:84

Optional initial traits (with identify).


optional userId?: string

Defined in: products/uservane/agent-react/dist/index.d.ts:82

Optional initial identity (calls identify after init).