Skip to content

Interface: SkillModelConfiguration

Defined in: types.ts:1552

Configuration for a specific skill model.

Properties

model

model: SkillModel

Defined in: types.ts:1554

The LLM model to use.


prompt?

optional prompt: string

Defined in: types.ts:1560

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.