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