Skip to content

Commit f55ddea

Browse files
author
parthiv11
committed
update
1 parent f8fe81f commit f55ddea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mindsdb_sdk/projects.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from .views import Views
1414
from .jobs import Jobs
1515
from .knowledge_bases import KnowledgeBases
16+
from .chatbot import Chatbots
1617

1718

1819
class Project:
@@ -79,6 +80,7 @@ def __init__(self, server, api, name):
7980

8081
self.skills = Skills(self, api)
8182
self.agents = Agents(self, api)
83+
self.chatbots = Chatbots(self, api)
8284

8385
def __repr__(self):
8486
return f'{self.__class__.__name__}({self.name})'

0 commit comments

Comments
 (0)