Skip to content
1 min read · 114 words

Interface: SkillBinaryOutput

Defined in: src/batteries/skills/output.ts:55

Bytes-with-a-content-type: the framework-agnostic path to typed binary.

Properties

PropertyModifierTypeDescriptionDefined in
bytesreadonlyUint8ArrayThe raw bytes. The host wraps them in a reader via ctx.storeMediaBytes.src/batteries/skills/output.ts:57
filename?readonlystringOptional filename; a stable default derived from the tool name is used when omitted.src/batteries/skills/output.ts:61
mimeTypereadonlystringMIME type of the bytes; the MediaKind and modality hazard are inferred from it.src/batteries/skills/output.ts:59