Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Johnson <[email protected]>
  • Loading branch information
tjohnson31415 committed Dec 18, 2024
1 parent a67ea4a commit ceb04e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def extract_tool_calls(
f"Expected dict or list, got {type(raw_function_calls)}")

logger.debug("Extracted %d tool calls", len(raw_function_calls))
print(raw_function_calls)
tool_calls = [
ToolCall(
type="function",
Expand Down

0 comments on commit ceb04e3

Please sign in to comment.