indexInterfaces
Interface: Templates
Defined in: src/types/Templates.ts:8
The set of templates used to build prompts.
Assign to ai.templates to override the built-in templates.
Properties
dialog
> dialog: PromptTemplate
Defined in: src/types/Templates.ts:12
Template used by ai.text.generateDialog.
image
> image: PromptTemplate
Defined in: src/types/Templates.ts:16
Template used by ai.image.generate.