use relaxed quotes

This commit is contained in:
Ville Saukkonen 2023-03-23 19:24:43 +02:00
parent dfff4cc30c
commit 6293b88dcd
3 changed files with 5 additions and 2 deletions

View file

@ -138,6 +138,7 @@ async function getAIResponse(prompt: string): Promise<Array<{
delimiter: "\t",
columns: ["line_number", "review_comment"],
skip_empty_lines: true,
relax_quotes: true,
});
} catch (error) {
console.error("Error:", error);