CommandHistoryEntry
openmolt / CommandHistoryEntry
Interface: CommandHistoryEntry
Defined in: types/index.ts:353
An entry in the command execution history.
Properties
command
command:
AgentCommand
Defined in: types/index.ts:355
error?
optionalerror:string
Defined in: types/index.ts:357
result?
optionalresult:unknown
Defined in: types/index.ts:356
step
step:
number
Defined in: types/index.ts:354