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

readonly kind: "ask"

Defined in: src/core/agent/middleware/types.ts:107


payload

readonly payload: AskPayload

Defined in: src/core/agent/middleware/types.ts:108

On this page