Skip to content

Commit f5e4a4f

Browse files
committed
Stuck loop - fix 2
1 parent 6efcf2a commit f5e4a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/idp_common_pkg/idp_common/extraction/agentic_idp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ async def structured_output_async(
566566
"existing_data": existing_data.model_dump() if existing_data else None,
567567
},
568568
conversation_manager=SummarizingConversationManager(
569-
summary_ratio=0.8,
569+
summary_ratio=0.8, preserve_recent_messages=3
570570
),
571571
)
572572

0 commit comments

Comments
 (0)