---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/skills/type-aliases/SkillLoadChannel.md
description: >-
  Controls whether a loaded body is represented by a handle or rendered inline
  per dispatch.
---

# Type Alias: SkillLoadChannel

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

Defined in: [src/batteries/skills/contracts.ts:29](https://github.com/NHTIO/ADK/blob/v1.20260911.0/src/src/batteries/skills/contracts.ts#L29)

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