Skip to content

Interface: RunState

Defined in: src/core/types.ts:104

Properties

bestCoverage

bestCoverage: number

Defined in: src/core/types.ts:112


bestIteration

bestIteration: number

Defined in: src/core/types.ts:111


companionTopic?

optional companionTopic?: CustomTopic

Defined in: src/core/types.ts:117

Companion allow topic created for block-intent two-phase generation.


consecutiveRegressions

consecutiveRegressions: number

Defined in: src/core/types.ts:113


createdAt

createdAt: string

Defined in: src/core/types.ts:106


currentIteration

currentIteration: number

Defined in: src/core/types.ts:110


hasRevertedToBest

hasRevertedToBest: boolean

Defined in: src/core/types.ts:114


hasTriedSimplification

hasTriedSimplification: boolean

Defined in: src/core/types.ts:115


id

id: string

Defined in: src/core/types.ts:105


iterations

iterations: IterationResult[]

Defined in: src/core/types.ts:109


status

status: "running" | "paused" | "completed" | "failed"

Defined in: src/core/types.ts:118


updatedAt

updatedAt: string

Defined in: src/core/types.ts:107


userInput

userInput: UserInput

Defined in: src/core/types.ts:108