fix: llm_config.put_inner_thoughts_in_kwargs = True (#1718)

This commit is contained in:
Kevin Lin
2025-04-15 14:47:54 -07:00
committed by GitHub
parent a7fefea13c
commit 87ff03ea03

View File

@@ -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