mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
Merge branch 'tool-use' into feat/tools-section
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user