Skip to content
1 min read · 117 words

Interface: LoadResult

Defined in: src/batteries/skills/types.ts:215

Immediate lifecycle outcome, including the objects registered in this dispatch.

Properties

PropertyModifierTypeDescriptionDefined in
channelreadonlySkillLoadChannelChannel used to project its body.src/batteries/skills/types.ts:219
idreadonlystringIdentifier of the skill initialized by the operation.src/batteries/skills/types.ts:217
retrievable?readonlyRetrievableBody retrievable added to the context.src/batteries/skills/types.ts:223
toolsreadonlyreadonly Tool<SpooledArtifact>[]Tools registered as part of the load.src/batteries/skills/types.ts:221