FinishCommand
openmolt / FinishCommand
Interface: FinishCommand
Defined in: types/index.ts:312
Command: terminate the agent loop and return a final result.
Properties
humanMessage?
optionalhumanMessage:string
Defined in: types/index.ts:316
output?
optionaloutput:unknown
Defined in: types/index.ts:314
status
status:
"success"|"failed"
Defined in: types/index.ts:315
type
type:
"finish"
Defined in: types/index.ts:313