mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 01:26:47 +00:00
use relaxed quotes
This commit is contained in:
parent
dfff4cc30c
commit
6293b88dcd
3 changed files with 5 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue