mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2026-02-03 21:36:24 -06:00
Merge branch 'main' into support-async-tool-callbacks
This commit is contained in:
@@ -386,6 +386,7 @@ class DatabaseSessionService(BaseSessionService):
|
||||
else True
|
||||
)
|
||||
.limit(config.num_recent_events if config else None)
|
||||
.order_by(StorageEvent.timestamp.asc())
|
||||
.all()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user