generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Summary
Since we are now on version 1.2.0, we should remove the deprecated methods that were scheduled for removal in v1.0.0.
Items to Remove
-
save_turn()method- Deprecated warning: "save_turn() is deprecated and will be removed in v1.0.0. Use save_conversation() for flexible message handling."
- https://github.com/aws/bedrock-agentcore-sdk-python/blob/main/src/bedrock_agentcore/memory/client.py#L621
-
process_turn()method- Deprecated warning: "process_turn() is deprecated and will be removed in v1.0.0. Use retrieve_memories() and save_conversation() separately, or use process_turn_with_llm()."
- https://github.com/aws/bedrock-agentcore-sdk-python/blob/main/src/bedrock_agentcore/memory/client.py#L654
Location
- File:
src/bedrock_agentcore/memory/client.py
Metadata
Metadata
Assignees
Labels
No labels