Type Alias: ChatWrapperSettingsSegment
ts
type ChatWrapperSettingsSegment = {
prefix: string | LlamaText;
suffix?: string | LlamaText;
};Defined in: types.ts:118
Properties
prefix
ts
readonly prefix: string | LlamaText;Defined in: types.ts:119
suffix?
ts
readonly optional suffix: string | LlamaText;Defined in: types.ts:120