@uservane/copilotkit: ResolutionEdgeResult
Type Alias: ResolutionEdgeResult
Section titled “Type Alias: ResolutionEdgeResult”ResolutionEdgeResult =
object
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:108
Properties
Section titled “Properties”fire:
boolean
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:110
Whether capture should fire exactly once for this edge.
fireKey?
Section titled “fireKey?”
optionalfireKey?:string
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:114
Dedup key that was (or would be) recorded when fire is true.
nextTurnCounter
Section titled “nextTurnCounter”nextTurnCounter:
number
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:116
Updated turn counter (incremented only when a synthetic key is minted).
nextWasLoading
Section titled “nextWasLoading”nextWasLoading:
boolean
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:112
Value to store as the next wasLoading.
reason?
Section titled “reason?”
optionalreason?:"not-edge"|"suppressed"|"deduped"
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:118
Why fire is false, when applicable.