Type Aliases

ProposedEffect

Type Alias: ProposedEffect

ProposedEffect = ProposeTransitionEffect | RequireInstructionEffect

Defined in: src/core/agent/toolEffects.ts:95

The typed effects a tool result may carry. Two kinds — deliberately.

On this page