Appearance
type ChatSystemMessage: { type: "system"; text: string | LlamaTextJSON; };
type: "system";
text: string | LlamaTextJSON;
types.ts:113