File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,8 @@ jobs:
113113 output : both
114114 thresholds : ' 60 80'
115115
116- - name : Add Coverage PR Comment
117- uses : marocchino/sticky-pull-request-comment@v2
118- if : github.event_name == 'pull_request' && hashFiles('code-coverage-results.md') != ''
119- with :
120- recreate : true
121- path : code-coverage-results.md
116+ # Note: PR comments disabled for fork PRs due to permission restrictions
117+ # Coverage results are available in:
118+ # 1. Workflow artifacts (test-reports)
119+ # 2. Job summary (automatically generated by CodeCoverageSummary)
120+ # 3. GitHub checks tab
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments