Merge branch 'tool-use' into feat/tools-section

This commit is contained in:
Siddhant Rai
2024-12-18 22:53:31 +05:30
committed by GitHub

View File

@@ -1863,7 +1863,6 @@ class CreateTool(Resource):
),
},
)
)
@api.doc(description="Create a new tool")
def post(self):
data = request.get_json()
@@ -1995,7 +1994,6 @@ class UpdateToolActions(Resource):
),
},
)
)
@api.doc(description="Update the actions of a tool")
def post(self):
data = request.get_json()