# Interface: SkillModelConfiguration

Defined in: [types.ts:1606](https://github.com/coda/packs-sdk/blob/d917a83bb3a3e815d6a7947f7c25cf0e1952d12b/types.ts#L1606)

Configuration for a specific skill model.

## Properties

### model

> **model**: [`SkillModel`](../../enumerations/SkillModel/)

Defined in: [types.ts:1608](https://github.com/coda/packs-sdk/blob/d917a83bb3a3e815d6a7947f7c25cf0e1952d12b/types.ts#L1608)

The LLM model to use.

______________________________________________________________________

### prompt?

> `optional` **prompt**: `string`

Defined in: [types.ts:1614](https://github.com/coda/packs-sdk/blob/d917a83bb3a3e815d6a7947f7c25cf0e1952d12b/types.ts#L1614)

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.
