EngineVersion 1artifactClasses

artifact:ImageArtifact

Artifact containing image data (PNG, JPEG, etc.).

Extends: artifact:Artifact

Properties

artifact:encoding (optional, max 1)

Character encoding for text artifacts.

Artifact may have an encoding specification (defaults to UTF-8 for text artifacts).

Default: utf-8. Only relevant for text-based content.

Inherited from parent class.

artifact:format (required, max 1)

Media type of the artifact content.

Artifact must have exactly one format (media type).

References IANA-registered media types as content:MediaType individuals.

Used to infer artifact subclass via OWL restrictions.

Inherited from parent class.

artifact:path (required, max 1)

Relative path to the artifact within the assembly bundle.

Artifact must have exactly one path (relative to bundle root).

REQUIRED. Path relative to bundle root (e.g., 'artifacts/task-agent.md').

Inherited from parent class.

On this page