Skip to content

craft-hub / resolveSkillInputSelections

Function: resolveSkillInputSelections()

resolveSkillInputSelections(capability, provided?): SkillInputSelection[]

Defined in: packages/craft-hub/src/skill-inputs.ts:14

Validate skill inputs and return the visible, non-empty values as structured agent context.

Parameters

capability

SkillCapability

provided?

CommandInputValues = {}

Returns

SkillInputSelection[]

Released under the MIT License.