Interface: Skill¶
Defined in: types.ts:1620
A prompt and set of tools that defines a specific skill this connector provides.
Properties¶
description¶
description:
string
Defined in: types.ts:1626
Description of what this skill does.
displayName¶
displayName:
string
Defined in: types.ts:1624
Display name shown to users for this skill.
models?¶
optionalmodels:SkillModelConfiguration[]
Defined in: types.ts:1646
The LLM model(s) to use for this skill. Specify an array of SkillModelConfiguration objects.
If not specified, Superhuman Go will select a default model.
If multiple models are specified, Superhuman Go will select the best available model based on the user's workspace settings.
name¶
name:
string
Defined in: types.ts:1622
Stable identifier for the skill.
prompt¶
prompt:
string
Defined in: types.ts:1628
The prompt/instructions that define the skill's behavior.
tools¶
tools:
Tool[]
Defined in: types.ts:1632
Recommended list of tools for this skill to use.