Source code for aymara_ai.types.shared.file_reference

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import Optional

from ..._models import BaseModel

__all__ = ["FileReference"]


[docs] class FileReference(BaseModel): remote_file_path: Optional[str] = None