Skip to content
1 min read · 22 words

Type Alias: SkillLoadChannel

ts
type SkillLoadChannel = "handle" | "inline";

Defined in: src/batteries/skills/contracts.ts:29

Controls whether a loaded body is represented by a handle or rendered inline per dispatch.