Skip to content
1 min read · 38 words

Type Alias: SkillOutputKind

ts
type SkillOutputKind = "text" | "binary" | "media" | "retrievable";

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

The output kind a descriptor may DECLARE for a tool. When present, a runtime shape that disagrees is a detectable failure rather than a silent reinterpretation; when absent, the wrapper sniffs.