Skip to content

Commit 8f34021

Browse files
committed
correct docstring constant name
Signed-off-by: Filinto Duran <[email protected]>
1 parent d278e7a commit 8f34021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agents/extensions/memory/dapr_session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def __init__(
6969
If None, data persists indefinitely. Note that TTL support depends on
7070
the underlying state store implementation. Defaults to None.
7171
consistency (ConsistencyLevel, optional): Consistency level for state operations.
72-
Use CONSISTENCY_EVENTUAL or CONSISTENCY_STRONG constants.
73-
Defaults to CONSISTENCY_EVENTUAL.
72+
Use DAPR_CONSISTENCY_EVENTUAL or DAPR_CONSISTENCY_STRONG constants.
73+
Defaults to DAPR_CONSISTENCY_EVENTUAL.
7474
"""
7575
self.session_id = session_id
7676
self._dapr_client = dapr_client

0 commit comments

Comments
 (0)