@uservane/copilotkit: ResolutionInfo
Type Alias: ResolutionInfo
Section titled “Type Alias: ResolutionInfo”ResolutionInfo =
object
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:5
Properties
Section titled “Properties”fireKey
Section titled “fireKey”fireKey:
string
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:9
Dedup key (assistant message id or synthetic turn:N).
messageId
Section titled “messageId”messageId:
string|undefined
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:11
Latest assistant message id when available.
reason?
Section titled “reason?”
optionalreason?:string
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:18
Human-readable flag when unbound.
threadId
Section titled “threadId”threadId:
string|undefined
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:7
CopilotKit thread id (= UserVane sessionId when bound).
unbound
Section titled “unbound”unbound:
boolean
Defined in: @[email protected]_@[email protected]_@[email protected]_@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.