First upload version 0.0.1
This commit is contained in:
12
node_modules/node-llama-cpp/dist/utils/gbnfJson/terminals/GbnfString.d.ts
generated
vendored
Normal file
12
node_modules/node-llama-cpp/dist/utils/gbnfJson/terminals/GbnfString.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { GbnfTerminal } from "../GbnfTerminal.js";
|
||||
import { GbnfGrammarGenerator } from "../GbnfGrammarGenerator.js";
|
||||
export declare class GbnfString extends GbnfTerminal {
|
||||
readonly minLength: number;
|
||||
readonly maxLength?: number;
|
||||
constructor({ minLength, maxLength }?: {
|
||||
minLength?: number;
|
||||
maxLength?: number;
|
||||
});
|
||||
getGrammar(grammarGenerator: GbnfGrammarGenerator): string;
|
||||
protected getRuleName(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user