Skip to content

@uservane/copilotkit: ResolutionEdgeInput

ResolutionEdgeInput = object

Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:91

alreadyFired: ReadonlySet<string>

Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:104

Message ids (or synthetic turn keys) already resolved this session.


isLoading: boolean

Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:93

Current loading flag from useCopilotChat / agent.isRunning.


messages: readonly ChatMessageLike[] | null | undefined

Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:102

Chat messages (AG-UI role/id shape or legacy visibleMessages).


suppressed: boolean

Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:100

True when the in-flight turn was ended by stopGeneration/abort or a HITL interrupt rather than a successful generation complete.


turnCounter: number

Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:106

Monotonic counter used when no assistant message id is available.


wasLoading: boolean

Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:95

Previous loading flag (ref-backed across renders).