@uservane/vercel-ai: UserVaneProviderProps
Type Alias: UserVaneProviderProps
Section titled “Type Alias: UserVaneProviderProps”UserVaneProviderProps =
object
Defined in: products/uservane/agent-react/dist/index.d.ts:67
Properties
Section titled “Properties”apiBase?
Section titled “apiBase?”
optionalapiBase?:string
Defined in: products/uservane/agent-react/dist/index.d.ts:71
API origin. Defaults inside @uservane/browser.
apiKey
Section titled “apiKey”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
Section titled “children”children:
ReactNode
Defined in: products/uservane/agent-react/dist/index.d.ts:92
correlationSource?
Section titled “correlationSource?”
optionalcorrelationSource?:CorrelationSource
Defined in: products/uservane/agent-react/dist/index.d.ts:86
Optional correlation reader (show-time snapshot).
debug?
Section titled “debug?”
optionaldebug?:boolean
Defined in: products/uservane/agent-react/dist/index.d.ts:73
When true, the controller logs decision rationale; boundary logs render errors.
nonBlocking?
Section titled “nonBlocking?”
optionalnonBlocking?: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.
renderInline?
Section titled “renderInline?”
optionalrenderInline?:boolean
Defined in: products/uservane/agent-react/dist/index.d.ts:91
When true, render the built-in <InlineFeedback/> under children.
Default true.
surveySlug?
Section titled “surveySlug?”
optionalsurveySlug?:string
Defined in: products/uservane/agent-react/dist/index.d.ts:80
Default survey slug for resolveTask / mechanical triggers.
traits?
Section titled “traits?”
optionaltraits?:Record<string,unknown>
Defined in: products/uservane/agent-react/dist/index.d.ts:84
Optional initial traits (with identify).
userId?
Section titled “userId?”
optionaluserId?:string
Defined in: products/uservane/agent-react/dist/index.d.ts:82
Optional initial identity (calls identify after init).