Skip to content

Fix async memory tool docstring example to use async patterns#1295

Closed
joshuaswanson wants to merge 1 commit intoanthropics:mainfrom
joshuaswanson:fix/async-memory-tool-docstring
Closed

Fix async memory tool docstring example to use async patterns#1295
joshuaswanson wants to merge 1 commit intoanthropics:mainfrom
joshuaswanson:fix/async-memory-tool-docstring

Conversation

@joshuaswanson
Copy link
Copy Markdown

The BetaAsyncAbstractMemoryTool docstring example was copied from the sync class without updating to async. Fixed to use BetaAsyncAbstractMemoryTool as the base class, async def methods, AsyncAnthropic client, and asyncio.run().

Closes #1290

@joshuaswanson joshuaswanson requested a review from a team as a code owner March 25, 2026 17:10
@joshuaswanson
Copy link
Copy Markdown
Author

Didn't see #1291, closing as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BetaAsyncAbstractMemoryTool docstring contains sync-only example (copy-paste from sync class)

1 participant