Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions tool_use/memory_cookbook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1437,20 +1437,7 @@
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Next Steps\n",
"\n",
"### Resources\n",
"\n",
"- **API docs**: [Claude API reference](https://docs.claude.com/en/api/messages)\n",
"- **Usage docs**: [Memory tool](https://docs.claude.com/en/docs/agents-and-tools/tool-use/memory-tool)\n",
"- **GitHub Action**: [claude-code-action](https://github.com/anthropics/claude-code-action)\n",
"- **Support**: [support.claude.com](https://support.claude.com)\n",
"\n",
"### Feedback\n",
"\n",
"Memory and context management are in **beta**. Share your feedback to help us improve!"
]
"source": "## Next Steps\n\n### Resources\n\n- **API docs**: [Claude API reference](https://docs.claude.com/en/api/messages)\n- **Usage docs**: [Memory tool](https://docs.claude.com/en/docs/agents-and-tools/tool-use/memory-tool)\n- **GitHub Action**: [claude-code-action](https://github.com/anthropics/claude-code-action)\n- **AWS/Bedrock Implementation**: [Anthropic on AWS Memory Features](https://github.com/aws-samples/anthropic-on-aws/tree/main/notebooks/claude_memory_features) - Bedrock-specific implementation\n- **Support**: [support.claude.com](https://support.claude.com)\n\n### Feedback\n\nMemory and context management are in **beta**. Share your feedback to help us improve!"
}
],
"metadata": {
Expand All @@ -1474,4 +1461,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
Loading