Type Aliases

ToolArtifactPutInput

Type Alias: ToolArtifactPutInput

ToolArtifactPutInput = Omit<PutArtifactInput, "origin">

Defined in: src/artifacts/capability.ts:40

A tool's put — everything the caller owns EXCEPT origin, which the framework stamps from the run's own facts (never invented, never spoofed).

On this page