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
commit c4e09a2edb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -386,6 +386,7 @@ class DatabaseSessionService(BaseSessionService):
else True
)
.limit(config.num_recent_events if config else None)
.order_by(StorageEvent.timestamp.asc())
.all()
)