rulvar API reference / @rulvar/rulvar / Artifact
Interface: Artifact
Defined in: packages/core/dist/index.d.ts
Artifact: the normative shape of AgentResult.artifacts entries.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
data? | Json | Inline JSON content for small values. | packages/core/dist/index.d.ts |
files? | string[] | Changed-file list (kind 'patch': worktree collect()). | packages/core/dist/index.d.ts |
id | string | Stable within the result. | packages/core/dist/index.d.ts |
kind | "file" | "patch" | "json" | "text" | Closed in v1. | packages/core/dist/index.d.ts |
label? | string | Telemetry only. | packages/core/dist/index.d.ts |
ref? | string | TranscriptStore blob ref for offloaded content. | packages/core/dist/index.d.ts |