Skip to content

Type Alias: ChatWrapperSettingsSegment

ts
type ChatWrapperSettingsSegment = {
  prefix: string | LlamaText;
  suffix: string | LlamaText;
};

Defined in: types.ts:111

Properties

prefix

ts
readonly prefix: string | LlamaText;

Defined in: types.ts:112


suffix?

ts
readonly optional suffix: string | LlamaText;

Defined in: types.ts:113