Source code for kittycad.models.ml_copilot_file
from .base import KittyCadBaseModel
[docs]
class MlCopilotFile(KittyCadBaseModel):
"""A file that can be transferred between the client and server."""
data: bytes
mimetype: str
name: str