Variable: chatWrappers
ts
const chatWrappers: Readonly<{
general: typeof GeneralChatWrapper;
llama3.1: typeof Llama3_1ChatWrapper;
llama3.2-lightweight: typeof Llama3_2LightweightChatWrapper;
llama3: typeof Llama3ChatWrapper;
llama2Chat: typeof Llama2ChatWrapper;
mistral: typeof MistralChatWrapper;
alpacaChat: typeof AlpacaChatWrapper;
functionary: typeof FunctionaryChatWrapper;
chatML: typeof ChatMLChatWrapper;
falconChat: typeof FalconChatWrapper;
gemma: typeof GemmaChatWrapper;
template: typeof TemplateChatWrapper;
jinjaTemplate: typeof JinjaTemplateChatWrapper;
}>;
Defined in: chatWrappers/utils/resolveChatWrapper.ts:41