First upload version 0.0.1
This commit is contained in:
5
node_modules/node-llama-cpp/dist/utils/gbnfJson/getGbnfGrammarForGbnfJsonSchema.d.ts
generated
vendored
Normal file
5
node_modules/node-llama-cpp/dist/utils/gbnfJson/getGbnfGrammarForGbnfJsonSchema.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { GbnfJsonSchema } from "./types.js";
|
||||
export declare function getGbnfGrammarForGbnfJsonSchema(schema: Readonly<GbnfJsonSchema>, { allowNewLines, scopePadSpaces }?: {
|
||||
allowNewLines?: boolean;
|
||||
scopePadSpaces?: number;
|
||||
}): string;
|
||||
Reference in New Issue
Block a user