Skip to content

Commit 929903b

Browse files
committed
fix: initialize session revision to 0
1 parent 885d4f0 commit 929903b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/integrations/firestore/firestore_session_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async def create_session(
204204
"state": session_state,
205205
"createTime": now,
206206
"updateTime": now,
207-
"revision": 1,
207+
"revision": 0,
208208
}
209209

210210
@firestore.async_transactional # type: ignore[untyped-decorator]

0 commit comments

Comments
 (0)