Interface: LoadResult
Defined in: src/batteries/skills/types.ts:215
Immediate lifecycle outcome, including the objects registered in this dispatch.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
channel | readonly | SkillLoadChannel | Channel used to project its body. | src/batteries/skills/types.ts:219 |
id | readonly | string | Identifier of the skill initialized by the operation. | src/batteries/skills/types.ts:217 |
retrievable? | readonly | Retrievable | Body retrievable added to the context. | src/batteries/skills/types.ts:223 |
tools | readonly | readonly Tool<SpooledArtifact>[] | Tools registered as part of the load. | src/batteries/skills/types.ts:221 |