Skip to content

Attachment Composition Protocol

Composes prompt attachments into model content and retained attachment references.

Attachment Composition Protocol

Composes prompt attachments into model content and retained attachment references.

FieldValue
Protocol IDaster.attachment-composition
Version1.0.0
Compatibility range^1.0.0
Requirement helperaster.attachment-composition.require(settings?) via the protocol module
Provider helperNot available until the protocol module declares a runtime service tag.

Settings

DefaultProtocolSettingsSchema (Record<string, unknown> | null).

Operations

OperationSummaryRequestResponse
composeCompose attachments for a prompt into model content.Effect Schema (Objects)Effect Schema (Objects)

Conformance Expectations

  • Register with aster.attachment-composition at 1.0.0 inside ^1.0.0.
  • Implement every operation: compose.
  • Decode requests and responses against the operation schemas listed above.
  • Run the protocol conformance kit where one exists: No named kit yet; providers are still expected to satisfy the registry schemas..

Declared Authority

[
{
"kind": "fs",
"access": "read",
"path": {
"kind": "parameter",
"parameter": "attachments"
}
}
]