We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167117c commit bcff038Copy full SHA for bcff038
1 file changed
libs/providers/langchain-anthropic/src/tools/memory.ts
@@ -41,9 +41,7 @@ import {
41
*
42
* @see https://docs.anthropic.com/en/docs/agents-and-tools/tool-use/memory-tool
43
*/
44
-export function memory_20250818(
45
- options?: MemoryTool20250818Options
46
-): DynamicStructuredTool {
+export function memory_20250818(options?: MemoryTool20250818Options) {
47
const memoryTool = tool(
48
options?.execute as (
49
input: unknown,
0 commit comments