Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

View module source on GitHub

Folder

@dataclass
class Folder()
This class represents a folder. Attributes:
NameDescription
idThe id of the folder.
nameThe name of the folder.
parent_folder_idThe id of the parent folder.
tagsThe tags of the folder.

FolderEncoder

class FolderEncoder(json.JSONEncoder)
This class represents a JSON encoder for Folder.