We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d278e7a commit 8f34021Copy full SHA for 8f34021
src/agents/extensions/memory/dapr_session.py
@@ -69,8 +69,8 @@ def __init__(
69
If None, data persists indefinitely. Note that TTL support depends on
70
the underlying state store implementation. Defaults to None.
71
consistency (ConsistencyLevel, optional): Consistency level for state operations.
72
- Use CONSISTENCY_EVENTUAL or CONSISTENCY_STRONG constants.
73
- Defaults to CONSISTENCY_EVENTUAL.
+ Use DAPR_CONSISTENCY_EVENTUAL or DAPR_CONSISTENCY_STRONG constants.
+ Defaults to DAPR_CONSISTENCY_EVENTUAL.
74
"""
75
self.session_id = session_id
76
self._dapr_client = dapr_client
0 commit comments