# Interface: Templates (/jsdoc/pixi-vn-ai/index/interfaces/Templates)



Defined in: [src/types/Templates.ts:8](https://github.com/DRincs-Productions/pixi-vn-ai/blob/f5205e28d51c043e8eeb27fcb2b61433f3751ac2/src/types/Templates.ts#L8)

The set of templates used to build prompts.

Assign to [ai.templates](/jsdoc/pixi-vn-ai/index/namespaces/ai/namespaces/templates) to override the built-in templates.

## Properties [#properties]

### dialog [#dialog]

\> **dialog**: [`PromptTemplate`](/jsdoc/pixi-vn-ai/index/interfaces/PromptTemplate)

Defined in: [src/types/Templates.ts:12](https://github.com/DRincs-Productions/pixi-vn-ai/blob/f5205e28d51c043e8eeb27fcb2b61433f3751ac2/src/types/Templates.ts#L12)

Template used by [ai.text.generateDialog](/jsdoc/pixi-vn-ai/index/namespaces/ai/namespaces/text/functions/generateDialog).

***

### image [#image]

\> **image**: [`PromptTemplate`](/jsdoc/pixi-vn-ai/index/interfaces/PromptTemplate)

Defined in: [src/types/Templates.ts:16](https://github.com/DRincs-Productions/pixi-vn-ai/blob/f5205e28d51c043e8eeb27fcb2b61433f3751ac2/src/types/Templates.ts#L16)

Template used by ai.image.generate.
