@uservane/copilotkit: ResolutionEdgeInput
Type Alias: ResolutionEdgeInput
Section titled “Type Alias: ResolutionEdgeInput”ResolutionEdgeInput =
object
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:91
Properties
Section titled “Properties”alreadyFired
Section titled “alreadyFired”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
Section titled “isLoading”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
Section titled “messages”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
Section titled “suppressed”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
Section titled “turnCounter”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
Section titled “wasLoading”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).