We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8cb96 commit b0ffcdeCopy full SHA for b0ffcde
mindsdb_sdk/server.py
@@ -25,7 +25,7 @@ class Server(Project):
25
26
"""
27
28
- def __init__(self, api):
+ def __init__(self, api, skills: Skills = None, agents: Agents = None):
29
# server is also mindsdb project
30
project_name = 'mindsdb'
31
self.databases = Databases(api)
0 commit comments