Interfaces

AgentRecordingsOptions

Interface: AgentRecordingsOptions

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

The object form of AgentArtifactsOptions.recordings.

Properties

label?

readonly optional label?: string

Defined in: src/core/agent/types.ts:132

The label every minted recording carries, verbatim.

Absent, each is labelled run <runId>. A static label repeats across runs on purpose — what distinguishes two recordings is the ref and origin.runId, and a library that decorated your label to make it unique would be overruling the name you chose.

On this page