View module source on GitHubDocumentation 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.
Attachment functionality for Components integration.
View module source on GitHubDocumentation 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.
@dataclass
class FileAttachment()
def to_dict() -> dict[str, Any]
@dataclass
class FileDataAttachment()
def __post_init__() -> None
def to_dict() -> dict[str, Any]
@dataclass
class UrlAttachment()
def __post_init__() -> None
def to_dict() -> dict[str, Any]
Was this page helpful?