Skip to main content

OutputArtifact

Agent Runtimes


Agent Runtimes / types/outputs / OutputArtifact

Interface: OutputArtifact

Defined in: types/outputs.ts:41

Properties

agentId

agentId: string

Defined in: types/outputs.ts:45

Agent that produced the artifact


contentType

contentType: string

Defined in: types/outputs.ts:55

MIME content type


createdAt

createdAt: string

Defined in: types/outputs.ts:57

When the artifact was generated


filename

filename: string

Defined in: types/outputs.ts:49

Filename for download


id

id: string

Defined in: types/outputs.ts:43

Unique artifact ID


metadata?

optional metadata?: Record<string, unknown>

Defined in: types/outputs.ts:59

Additional metadata


sizeBytes

sizeBytes: number

Defined in: types/outputs.ts:53

Size in bytes


type

type: string

Defined in: types/outputs.ts:47

Artifact type (e.g. 'pdf', 'csv')


url

url: string

Defined in: types/outputs.ts:51

Download URL