This commit is contained in:
f 2025-01-06 03:01:03 +03:00
parent b55c0bff38
commit 44a141e24e
1 changed files with 1 additions and 1 deletions

View File

@ -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