Skip to content

Commit a907128

Browse files
committed
llm function calling v0
1 parent f233301 commit a907128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inferencesh/models/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def __init__(self):
325325
self.response = ""
326326
self.reasoning = None
327327
self.function_calls = None # For future function calling support
328-
self.tool_calls = [] # List to accumulate tool calls
328+
self.tool_calls = None # List to accumulate tool calls
329329
self.current_tool_call = None # Track current tool call being built
330330
self.state_changes = {
331331
"reasoning_started": False,

0 commit comments

Comments
 (0)