ProcessResult
Defined in: escalation/ladder.ts:39
Result from processing a task
Properties
Section titled “Properties”attempts
Section titled “attempts”attempts:
number
Defined in: escalation/ladder.ts:51
Number of attempts made
cost:
number
Defined in: escalation/ladder.ts:49
Total cost incurred (in cents)
optionaldata:unknown
Defined in: escalation/ladder.ts:45
Result data (agent-specific)
error?
Section titled “error?”
optionalerror:string
Defined in: escalation/ladder.ts:47
Error message if failed
level:
EscalationLevel
Defined in: escalation/ladder.ts:43
Final escalation level reached
success
Section titled “success”success:
boolean
Defined in: escalation/ladder.ts:41
Whether the task was resolved
trail:
object[]
Defined in: escalation/ladder.ts:53
Trail of levels attempted
error?
Section titled “error?”
optionalerror:string
level:
EscalationLevel
success
Section titled “success”success:
boolean