mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-24 14:17:45 -06:00
Copybara import of the project:
-- 16994cb2d5d646341f5285ca71d72697d81d18fe by Nilanjan De <nilanjan.de@gmail.com>: chore: fix typos COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/272 from n1lanjan:fix-typos a1ab655b08ec08c5dd2da71aab9a2386e3610e84 PiperOrigin-RevId: 749690489
This commit is contained in:
committed by
Copybara-Service
parent
23f0383284
commit
1664b45562
@@ -217,7 +217,7 @@ class DatabaseSessionService(BaseSessionService):
|
||||
"""
|
||||
# 1. Create DB engine for db connection
|
||||
# 2. Create all tables based on schema
|
||||
# 3. Initialize all properies
|
||||
# 3. Initialize all properties
|
||||
|
||||
try:
|
||||
db_engine = create_engine(db_url)
|
||||
|
||||
@@ -26,7 +26,7 @@ class State:
|
||||
"""
|
||||
Args:
|
||||
value: The current value of the state dict.
|
||||
delta: The delta change to the current value that hasn't been commited.
|
||||
delta: The delta change to the current value that hasn't been committed.
|
||||
"""
|
||||
self._value = value
|
||||
self._delta = delta
|
||||
|
||||
Reference in New Issue
Block a user