From 4f30032de23fcc3e5e977ad7e728ab1df9a9da8e Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:17:01 -0800 Subject: [PATCH] Use "any" --- src/memory_graph/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memory_graph/graph.py b/src/memory_graph/graph.py index ca0af5d..09c1da0 100644 --- a/src/memory_graph/graph.py +++ b/src/memory_graph/graph.py @@ -52,7 +52,7 @@ async def handle_patch_memory( "parameters": memory_config.parameters, } ], - tool_choice=memory_config.name, + tool_choice="any", ) # Prepare the messages