feat(app): add suggestion generation
This commit is contained in:
parent
68b595023e
commit
3bfaf9be28
4 changed files with 53 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue