Merge branch 'main' into support-async-tool-callbacks

This commit is contained in:
Wei Sun (Jack)
2025-04-29 22:48:45 -07:00
committed by GitHub
@@ -386,6 +386,7 @@ class DatabaseSessionService(BaseSessionService):
else True
)
.limit(config.num_recent_events if config else None)
.order_by(StorageEvent.timestamp.asc())
.all()
)