chat_template.ts

Declarations
#

view source

ChatTemplate
#

chat_template.ts view source

ChatTemplate

Represents a template for creating a new chat with specific model configurations

id

type Uuid

name

Human-readable name of the template.

type string

model_names

List of model names to include in chats created from this template.

type Array<string>