Interfaces

ReadToolResultEnvelope

Interface: ReadToolResultEnvelope

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

A recognized envelope, read: content unwrapped, VALID effects listed, malformed ones named (one teaching entry per bad effect).

Properties

content

readonly content: unknown

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


effects

readonly effects: readonly ProposedEffect[]

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


malformed

readonly malformed: readonly object[]

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

Effects that carried a known kind with malformed fields — refused loudly (recorded + a teaching sentence), never half-applied.


status?

readonly optional status?: ToolResultStatus

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

On this page