fixed parallel logging
This commit is contained in:
parent
c3dce9221c
commit
9cd990e6a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1571,7 +1571,7 @@ class StructureFiller:
|
|||
chapterIndex=0, # Not used for sequential logic anymore
|
||||
totalChapters=totalChapters,
|
||||
chapterId=taskInfo["chapterId"],
|
||||
chapterOperationId=f"{fillOperationId}_chapter_{taskInfo['chapterId']}",
|
||||
chapterOperationId=fillOperationId, # Use fillOperationId as parent (no chapter-level ops in parallel mode)
|
||||
fillOperationId=fillOperationId,
|
||||
contentParts=contentParts,
|
||||
userPrompt=userPrompt,
|
||||
|
|
|
|||
Loading…
Reference in a new issue