You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use memoryStrategyId instead of strategyId in search_long_term_memories (aws#314)
The boto3 retrieve_memory_records API requires memoryStrategyId in
searchCriteria, but MemorySessionManager was sending strategyId,
causing a parameter validation error.
Fixesaws#303
0 commit comments