Skip to content

Commit bcff038

Browse files
fix return type
1 parent 167117c commit bcff038

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • libs/providers/langchain-anthropic/src/tools

libs/providers/langchain-anthropic/src/tools/memory.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ import {
4141
*
4242
* @see https://docs.anthropic.com/en/docs/agents-and-tools/tool-use/memory-tool
4343
*/
44-
export function memory_20250818(
45-
options?: MemoryTool20250818Options
46-
): DynamicStructuredTool {
44+
export function memory_20250818(options?: MemoryTool20250818Options) {
4745
const memoryTool = tool(
4846
options?.execute as (
4947
input: unknown,

0 commit comments

Comments
 (0)