feat(app): add suggestion generation

This commit is contained in:
ItzCrazyKns 2024-05-18 13:10:39 +05:30
parent 68b595023e
commit 3bfaf9be28
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
4 changed files with 53 additions and 3 deletions

View file

@ -9,7 +9,7 @@ class LineListOutputParser extends BaseOutputParser<string[]> {
constructor(args?: LineListOutputParserArgs) {
super();
this.key = args.key || this.key;
this.key = args.key ?? this.key;
}
static lc_name() {