Merge branch 'feat/tools-section' of https://github.com/siiddhantt/DocsGPT into feat/tools-section

This commit is contained in:
Siddhant Rai
2024-12-19 09:58:41 +05:30

View File

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