Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed May 30, 2024
1 parent 118f0f2 commit 59159eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agency_swarm/tools/ToolFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ def callback(self):
"parameters": schema,
}

print("before function ", json.dumps(function, indent=4))

tools.append(ToolFactory.from_openai_schema(function, callback))

return tools
Expand Down

0 comments on commit 59159eb

Please sign in to comment.