Skip to content

Commit 49f0f49

Browse files
authored
Update state.py
1 parent d0f6276 commit 49f0f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strands/agent/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class AgentState:
1414
"""
1515

1616
def __init__(self, initial_state: Optional[Dict[str, Dict[str, Any]]] = None):
17-
"""Initialize AgentState with default and SDK namespaces."""
17+
"""Initialize AgentState."""
1818
self._state: Dict[str, Dict[str, Any]]
1919
if initial_state:
2020
self._validate_json_serializable(initial_state)

0 commit comments

Comments
 (0)