Skip to content

Commit

Permalink
removed delete method
Browse files Browse the repository at this point in the history
  • Loading branch information
parthiv11 authored Jan 16, 2025
1 parent 5a6326f commit 9f3b3d1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mindsdb_sdk/chatbots.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ def update(self, name: str = None, agent_name: str = None, model_name: str = Non

return self

def delete(self):
"""
Deletes the chatbot from the project.
Example usage:
>>> chatbot.delete()
"""
self.api.delete_chatbot(self.project.name, self.name)


class Chatbots(CollectionBase):
Expand Down

0 comments on commit 9f3b3d1

Please sign in to comment.