Skip to content

@uservane/copilotkit: ResolutionInfo

ResolutionInfo = object

Defined in: @uservane+copilotkit@0.1.1_@copilotkit+react-core@1.63.2_@types+mdast@4.0.4_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:5

fireKey: string

Defined in: @uservane+copilotkit@0.1.1_@copilotkit+react-core@1.63.2_@types+mdast@4.0.4_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:9

Dedup key (assistant message id or synthetic turn:N).


messageId: string | undefined

Defined in: @uservane+copilotkit@0.1.1_@copilotkit+react-core@1.63.2_@types+mdast@4.0.4_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:11

Latest assistant message id when available.


optional reason?: string

Defined in: @uservane+copilotkit@0.1.1_@copilotkit+react-core@1.63.2_@types+mdast@4.0.4_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:18

Human-readable flag when unbound.


threadId: string | undefined

Defined in: @uservane+copilotkit@0.1.1_@copilotkit+react-core@1.63.2_@types+mdast@4.0.4_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:7

CopilotKit thread id (= UserVane sessionId when bound).


unbound: boolean

Defined in: @uservane+copilotkit@0.1.1_@copilotkit+react-core@1.63.2_@types+mdast@4.0.4_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:16

True when threadId was absent at resolution. Capture may still run on the unbound path; linked Langfuse correlation requires threadId.