Skip to content

Commit 065bc0f

Browse files
committed
Update batch-str-replace.ts
1 parent b16754d commit 065bc0f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

backend/src/tools/batch-str-replace.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,16 @@ async function callBenchifyWithResilience(
592592

593593
return await withRetry(
594594
async () => {
595+
logger.info(
596+
{
597+
fileCount: editedFiles.length,
598+
filePaths: editedFiles.map((f) => f.path),
599+
agentStepId: context.agentStepId,
600+
userInputId: context.userInputId,
601+
},
602+
'Calling Benchify API',
603+
)
604+
595605
const diff_response = await withTimeout(
596606
client.runFixer(editedFiles, {
597607
fixes: ['parsing'],

0 commit comments

Comments
 (0)