From 87ff03ea03d375f9727fa42db7d6c3527e7ce3d4 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Tue, 15 Apr 2025 14:47:54 -0700 Subject: [PATCH] fix: `llm_config.put_inner_thoughts_in_kwargs = True` (#1718) --- letta/llm_api/llm_api_tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/letta/llm_api/llm_api_tools.py b/letta/llm_api/llm_api_tools.py index e1bd0435..243dfecf 100644 --- a/letta/llm_api/llm_api_tools.py +++ b/letta/llm_api/llm_api_tools.py @@ -329,7 +329,6 @@ def create( # Force tool calling tool_call = None - llm_config.put_inner_thoughts_in_kwargs = True if functions is None: # Special case for summarization path tools = None