8000 Merge branch 'main' into support-async-tool-callbacks · JCRCS/adk-python@c4e09a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4e09a2

Browse files
authored
Merge branch 'main' into support-async-tool-callbacks
2 parents 926b0ef + acbbdb7 commit c4e09a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/google/adk/sessions/database_session_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ def get_session(
386386
else True
387387
)
388388
.limit(config.num_recent_events if config else None)
389+
.order_by(StorageEvent.timestamp.asc())
389390
.all()
390391
)
391392

0 commit comments

Comments
 (0)
0