Files
airllm-fork-nodejs/node_modules/node-llama-cpp/dist/chatWrappers/EmptyChatWrapper.d.ts
2026-02-05 15:27:49 +08:00

5 lines
145 B
TypeScript

import { ChatWrapper } from "../ChatWrapper.js";
export declare class EmptyChatWrapper extends ChatWrapper {
readonly wrapperName: string;
}