pleasepoint_py.aistudio

class AIStudio:
AIStudio( log_level: str = 'ERROR', load_crm: bool = True, load_fileManager: bool = True, load_platform: bool = True, crm_opts: dict = {}, fileManager_opts=None)

Initialize the AIStudio class.

Parameters
  • log_level:
  • load_crm:
  • load_fileManager:
  • load_platform:
  • crm_opts:
  • fileManager_opts:

CRM class instance

FileManager class instance

Platform class instance