Skip to content

Type Alias: ChatWrapperSettingsSegment

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

Defined in: types.ts:102

Type declaration

prefix

ts
readonly prefix: string | LlamaText;

suffix?

ts
readonly optional suffix: string | LlamaText;