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

6 lines
243 B
TypeScript

import { GbnfJsonSchema } from "./types.js";
export declare function getGbnfGrammarForGbnfJsonSchema(schema: Readonly<GbnfJsonSchema>, { allowNewLines, scopePadSpaces }?: {
allowNewLines?: boolean;
scopePadSpaces?: number;
}): string;