We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f233301 commit a907128Copy full SHA for a907128
src/inferencesh/models/llm.py
@@ -325,7 +325,7 @@ def __init__(self):
325
self.response = ""
326
self.reasoning = None
327
self.function_calls = None # For future function calling support
328
- self.tool_calls = [] # List to accumulate tool calls
+ self.tool_calls = None # List to accumulate tool calls
329
self.current_tool_call = None # Track current tool call being built
330
self.state_changes = {
331
"reasoning_started": False,
0 commit comments