Interfaces
AskOutcome
Interface: AskOutcome
Defined in: src/core/agent/middleware/types.ts:106
Suspend the run and put the question to a person. Tool dispatch only.
Properties
kind
readonlykind:"ask"
Defined in: src/core/agent/middleware/types.ts:107
payload
readonlypayload:AskPayload
Defined in: src/core/agent/middleware/types.ts:108
