fix csv
This commit is contained in:
parent
b55c0bff38
commit
44a141e24e
|
@ -262,7 +262,7 @@ jobs:
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add to CSV content
|
// Add to CSV content
|
||||||
csvContent += `"${actName.replace(/"/g, '""')}","${csvPrompt.replace(/"/g, '""')}"\n`;
|
csvContent += `"${actName.replace(/^Act as an?/i, '').replace(/"/g, '""')}","${csvPrompt.replace(/"/g, '""')}"\n`;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create new branch
|
// Create new branch
|
||||||
|
|
Loading…
Reference in New Issue