interface Artifact {
    artifact_id: string;
    url: string;
}

Properties

Properties

artifact_id: string

The unique identifier of the artifact

url: string

Reference to the artifact in a local or remote storage. If it's in the local storage, the URL should be a relative path to the agent workspace. Examples:

  • file://path/to/file
  • http://example.com/path/to/file