Interface: SkillModelConfiguration¶
Defined in: types.ts:1471
Configuration for a specific skill model.
Properties¶
model¶
model:
SkillModel
Defined in: types.ts:1473
The LLM model to use.
prompt?¶
optionalprompt:string
Defined in: types.ts:1479
Optional specific prompt for this model. If provided, this prompt is used when this model is selected. If not provided, the skill's top-level prompt is used.