toolmark-monorepo / @toolmark/testing / RecordedCall
Interface: RecordedCall
Defined in: packages/testing/src/test-toolmark.ts:12
One recorded result event, in call order (spec §18).
Properties
caller
caller:
Caller
Defined in: packages/testing/src/test-toolmark.ts:16
Who made the call (human for approved deferred/inline confirmations).
input
input:
unknown
Defined in: packages/testing/src/test-toolmark.ts:18
Validated input the call started with.
result
result:
ToolResult<unknown>
Defined in: packages/testing/src/test-toolmark.ts:20
The call's settled result.
tool
tool:
string
Defined in: packages/testing/src/test-toolmark.ts:14
Full tool name.