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