Skip to content

bodhi-realtime-agent / ArtifactRef

Interface: ArtifactRef

Defined in: types/workspace.ts:22

Reference returned after saving an artifact; may include a URL for serving.

Properties

id

id: string

Defined in: types/workspace.ts:24

Opaque identifier (store- or app-generated).


metadata?

optional metadata: Record<string, unknown>

Defined in: types/workspace.ts:32

Optional metadata.


mimeType

mimeType: string

Defined in: types/workspace.ts:30

MIME type.


sessionId

sessionId: string

Defined in: types/workspace.ts:26

Session that owns the artifact.


url?

optional url: string

Defined in: types/workspace.ts:28

Optional URL for direct access (if the store provides one).

Built with VitePress