mindsdb / mindsdb_python_sdk

The Python SDK for MindsDB Server
GNU General Public License v3.0
30 stars 11 forks source link

Create SDK functions for Chatbots #165

Open martyna-mindsdb opened 1 week ago

martyna-mindsdb commented 1 week ago

Is your feature request related to a problem? Please describe. API endpoints exist for Chatbots, including Create, List All, Get, Update, and Delete (docs), but Python SDK does not have corresponding functions.

Describe the solution you'd like Create functions in Python SDK to be able to manage Chatbot via Python SDK.