INNER CODE UNIT · TypeScript
OpenGuiTaskCancelled
Core-Mate/OpenGUI · deepseek-harness-plugin/src/index.ts:188
class OpenGuiTaskCancelled extends Error {
constructor(message = CANCELLED_TEXT) {
super(message)
this.name = 'OpenGuiTaskCancelled'
}
}
type ResolvedConfig = Config & {
api: NonNullable<Config['api']>
apiKeyEnv: string
modelStrategy: CoremateModelStrategy
trustUnknownCurrentModels: boolean
trustedCurrentModels: string[]
visionDeclarations: string[]
commandTimeoutMs: number
maxOperations: number
maxParallelDevices: number
contextWindow: number