pleasepoint_py.aistudio

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

Initialize the AIStudio class.

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

CRM class instance

FileManager class instance

Platform class instance

GenAI class instance